summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2018-11-02 13:31:20 -0500
committerAustin Seipp <aseipp@pobox.com>2018-11-02 13:52:33 -0500
commit2266f2014b41e29ccf8c70a67a0af0133f8eb270 (patch)
tree109c2f46bfaf86ea259f7a749b63983b1e0c5a57 /nixos
parentb603856e4446690211956e9de6294614b676172d (diff)
downloadnixlib-2266f2014b41e29ccf8c70a67a0af0133f8eb270.tar
nixlib-2266f2014b41e29ccf8c70a67a0af0133f8eb270.tar.gz
nixlib-2266f2014b41e29ccf8c70a67a0af0133f8eb270.tar.bz2
nixlib-2266f2014b41e29ccf8c70a67a0af0133f8eb270.tar.lz
nixlib-2266f2014b41e29ccf8c70a67a0af0133f8eb270.tar.xz
nixlib-2266f2014b41e29ccf8c70a67a0af0133f8eb270.tar.zst
nixlib-2266f2014b41e29ccf8c70a67a0af0133f8eb270.zip
nixos/postgresql: add myself as maintainer
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/databases/postgresql.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
 }