From dd3e00f91a021232c429d0b517f7c3c3a5b65cba Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Sun, 5 Jul 2020 20:52:03 +0200 Subject: Add missing shebang line, required on some *nixes. This also removes the need to add an Emacs modeline. Pointed out by Ricardo G. Herdt, as the build didn't work on Alpine. --- postgresql.egg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgresql.egg') diff --git a/postgresql.egg b/postgresql.egg index 2542a8e..b447494 100644 --- a/postgresql.egg +++ b/postgresql.egg @@ -2,7 +2,7 @@ ((synopsis "Bindings for PostgreSQL's C-api") (category db) - (version 4.1.2) + (version 4.1.3) (author "Johannes Groedem") (maintainer "Peter Bex") (license "BSD") -- cgit v1.2.3