From 2266f2014b41e29ccf8c70a67a0af0133f8eb270 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Fri, 2 Nov 2018 13:31:20 -0500 Subject: nixos/postgresql: add myself as maintainer Signed-off-by: Austin Seipp --- nixos/modules/services/databases/postgresql.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/services/databases/postgresql.nix b/nixos/modules/services/databases/postgresql.nix index 6edb1503c233..f592be0e768b 100644 --- a/nixos/modules/services/databases/postgresql.nix +++ b/nixos/modules/services/databases/postgresql.nix @@ -271,5 +271,5 @@ in }; meta.doc = ./postgresql.xml; - + meta.maintainers = with lib.maintainers; [ thoughtpolice ]; } -- cgit 1.4.1