diff options
author | Peter Bex <peter@more-magic.net> | 2020-07-05 20:52:03 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2020-07-05 20:52:44 +0200 |
commit | dd3e00f91a021232c429d0b517f7c3c3a5b65cba (patch) | |
tree | ad9c9ef58c83666f981b3ca99fa2026fd519c30e /postgresql.egg | |
parent | c5f9f8f36ee0313935c066ff8df43fcf176c8f40 (diff) | |
download | chicken-postgresql-dd3e00f91a021232c429d0b517f7c3c3a5b65cba.tar.gz |
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.
Diffstat (limited to 'postgresql.egg')
-rw-r--r-- | postgresql.egg | 2 |
1 files changed, 1 insertions, 1 deletions
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") |