about summary refs log tree commit diff
path: root/nixos/modules/services/backup
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-11-29 17:05:39 +0100
committerRobert Helgesson <robert@rycee.net>2023-12-09 12:06:59 +0100
commitd53e047cc2785021c83053c8a92fe5f7a6c1fa2e (patch)
tree4ab15f6e8637828201e20218775ac7147afbe3fe /nixos/modules/services/backup
parentc7bc140d4c164c32681f240c7a2cc440c97acc76 (diff)
nixos/postgresqlBackup: add Scrumplex as maintainer
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit 58f091d5ac33943664b7567d68a6777ddc775df1)
Diffstat (limited to 'nixos/modules/services/backup')
-rw-r--r--nixos/modules/services/backup/postgresql-backup.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/backup/postgresql-backup.nix b/nixos/modules/services/backup/postgresql-backup.nix
index 8941386bdefb0..82067d8ade34d 100644
--- a/nixos/modules/services/backup/postgresql-backup.nix
+++ b/nixos/modules/services/backup/postgresql-backup.nix
@@ -178,4 +178,5 @@ in {
     })
   ];
 
+  meta.maintainers = with lib.maintainers; [ Scrumplex ];
 }