about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-04-07 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-04-07 04:20:00 +0000
commit5fbe02cecaa0734883d66cd1a729ef7edfe789d1 (patch)
tree7c94c850d8b688ff19cc7d7962cb853ccf903f64 /.github
parent11f79e9dcd3c49c8f20c72d8987014320e4f15a5 (diff)
downloadnixlib-5fbe02cecaa0734883d66cd1a729ef7edfe789d1.tar
nixlib-5fbe02cecaa0734883d66cd1a729ef7edfe789d1.tar.gz
nixlib-5fbe02cecaa0734883d66cd1a729ef7edfe789d1.tar.bz2
nixlib-5fbe02cecaa0734883d66cd1a729ef7edfe789d1.tar.lz
nixlib-5fbe02cecaa0734883d66cd1a729ef7edfe789d1.tar.xz
nixlib-5fbe02cecaa0734883d66cd1a729ef7edfe789d1.tar.zst
nixlib-5fbe02cecaa0734883d66cd1a729ef7edfe789d1.zip
CODEOWNERS: add marsam to PostgreSQL packages
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 68b6870b3d11..b15d89219f43 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -139,7 +139,7 @@
 /pkgs/development/libraries/qt-5 @ttuegel
 
 # PostgreSQL and related stuff
-/pkgs/servers/sql/postgresql @thoughtpolice
+/pkgs/servers/sql/postgresql @thoughtpolice @marsam
 /nixos/modules/services/databases/postgresql.xml @thoughtpolice
 /nixos/modules/services/databases/postgresql.nix @thoughtpolice
 /nixos/tests/postgresql.nix @thoughtpolice