about summary refs log tree commit diff
path: root/pkgs/servers/nextcloud
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2023-11-17 13:35:31 +0100
committerajs124 <git@ajs124.de>2023-11-30 19:11:08 +0100
commit7b6580dba42d2ec15e8b2b90fb2f1da93bd0d398 (patch)
tree6840790014a11a90ceeac53ab0949dcc55a9f1b8 /pkgs/servers/nextcloud
parent9b11307f42bb14d8f3ba50eb8bd80ab7dbbbec9f (diff)
maintainers/teams: init and add helsinki-systems
Diffstat (limited to 'pkgs/servers/nextcloud')
-rw-r--r--pkgs/servers/nextcloud/notify_push.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/nextcloud/notify_push.nix b/pkgs/servers/nextcloud/notify_push.nix
index 51be1e026adf8..bcaf31d34f5e4 100644
--- a/pkgs/servers/nextcloud/notify_push.nix
+++ b/pkgs/servers/nextcloud/notify_push.nix
@@ -36,6 +36,6 @@ rustPlatform.buildRustPackage rec {
     description = "Update notifications for nextcloud clients";
     homepage = "https://github.com/nextcloud/notify_push";
     license = licenses.agpl3Plus;
-    maintainers = with maintainers; [ ajs124 ];
+    maintainers = teams.helsinki-systems.members;
   };
 }