treewide: remove danieldk as maintainer from a set of packages
I currently do not have much time to work on nixpkgs. Remove myself as a maintainer from a bunch of packages to avoid that people are waiting on me for a review.
This commit is contained in:
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A graph database extension for PostgreSQL";
|
||||
homepage = "https://github.com/bitnine-oss/AgensGraph-Extension";
|
||||
changelog = "https://github.com/bitnine-oss/AgensGraph-Extension/releases/tag/v${version}";
|
||||
maintainers = with maintainers; [ danieldk ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = postgresql.meta.platforms;
|
||||
license = licenses.asl20;
|
||||
broken = versionOlder postgresql.version "11.0";
|
||||
|
||||
Reference in New Issue
Block a user