summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2018-11-02 09:26:42 -0500
committerAustin Seipp <aseipp@pobox.com>2018-11-02 09:29:36 -0500
commit6a0e8c27380340751cc492b02b4efb1c83baf053 (patch)
tree7ce3343ef01f69a392e8a851cecef0438eac80fe /.github/CODEOWNERS
parent722476273cce59ded06278f13e8171effd4ccfb3 (diff)
downloadnixpkgs-6a0e8c27380340751cc492b02b4efb1c83baf053.tar
nixpkgs-6a0e8c27380340751cc492b02b4efb1c83baf053.tar.gz
nixpkgs-6a0e8c27380340751cc492b02b4efb1c83baf053.tar.bz2
nixpkgs-6a0e8c27380340751cc492b02b4efb1c83baf053.tar.lz
nixpkgs-6a0e8c27380340751cc492b02b4efb1c83baf053.tar.xz
nixpkgs-6a0e8c27380340751cc492b02b4efb1c83baf053.tar.zst
nixpkgs-6a0e8c27380340751cc492b02b4efb1c83baf053.zip
.github/CODEOWNERS: add myself as the PostgreSQL owner
Since the development of #38698, I have been radically overhauling the
PostgreSQL support and plan on maintaining it in the long run, taking
over from @ocharles, who authored most of it initially.

However, while #38698 has not been merged (yet), I'm taking the time to
go ahead and add myself as the owner of all the related code, so that I
can be marked as a reviewer for things people submit in the mean time.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 76fb19529b0..f222af230bb 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -97,3 +97,9 @@
 /pkgs/desktops/plasma-5 @ttuegel
 /pkgs/development/libraries/kde-frameworks @ttuegel
 /pkgs/development/libraries/qt-5 @ttuegel
+
+# PostgreSQL and related stuff
+/pkgs/servers/sql/postgresql @thoughtpolice
+/nixos/modules/services/databases/postgresql.xml @thoughtpolice
+/nixos/modules/services/databases/postgresql.nix @thoughtpolice
+/nixos/tests/postgresql.nix @thoughtpolice