postgresqlPackages.pgroonga: remove myself from maintainers

This commit is contained in:
Ivan Kozik
2023-04-30 02:41:23 +00:00
parent 3303fbfc19
commit 5207dff2d8
+1 -1
View File
@@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
homepage = "https://pgroonga.github.io/";
license = licenses.postgresql;
platforms = postgresql.meta.platforms;
maintainers = with maintainers; [ DerTim1 ivan ];
maintainers = with maintainers; [ DerTim1 ];
};
}