Skip to content

Commit

Permalink
postgresql-postgis: add nixpkgs maintainers patch
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Apr 19, 2024
1 parent 59a8123 commit 7d23e7e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkgs/postgis/nixpkgs/maintainers.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/pkgs/postgis/postgis.nix b/pkgs/postgis/postgis.nix
index 6f25390..1a50583 100644
--- a/pkgs/postgis/postgis.nix
+++ b/pkgs/postgis/postgis.nix
@@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
homepage = "https://postgis.net/";
changelog = "https://git.osgeo.org/gitea/postgis/postgis/raw/tag/${version}/NEWS";
license = licenses.gpl2;
- maintainers = with maintainers; teams.geospatial.members ++ [ marcweber wolfgangwalther ];
+ maintainers = with maintainers; teams.geospatial.members ++ [ marcweber ];
inherit (postgresql.meta) platforms;
broken = versionOlder postgresql.version "12";
};

0 comments on commit 7d23e7e

Please sign in to comment.