postgresqlPackages.pg_safeupdate: add myself as maintainer

This commit is contained in:
Wolfgang Walther
2024-03-31 19:32:29 +02:00
parent 7cd68c3dc8
commit 156f69bbcb
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/eradman/pg-safeupdate";
changelog = "https://github.com/eradman/pg-safeupdate/raw/${src.rev}/NEWS";
platforms = postgresql.meta.platforms;
maintainers = with maintainers; [ wolfgangwalther ];
license = licenses.postgresql;
broken = versionOlder postgresql.version "14";
};