nixos/postgresql: add myself as maintainer

Signed-off-by: Austin Seipp <aseipp@pobox.com>
wip/yesman
Austin Seipp 6 years ago
parent b603856e44
commit 2266f2014b
  1. 2
      nixos/modules/services/databases/postgresql.nix
  2. 8
      pkgs/servers/sql/postgresql/default.nix

@ -271,5 +271,5 @@ in
};
meta.doc = ./postgresql.xml;
meta.maintainers = with lib.maintainers; [ thoughtpolice ];
}

@ -89,11 +89,11 @@ let
};
meta = with lib; {
homepage = https://www.postgresql.org;
homepage = https://www.postgresql.org;
description = "A powerful, open source object-relational database system";
license = licenses.postgresql;
maintainers = [ maintainers.ocharles ];
platforms = platforms.unix;
license = licenses.postgresql;
maintainers = with maintainers; [ ocharles thoughtpolice ];
platforms = platforms.unix;
};
});

Loading…
Cancel
Save