summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorYaya <mak@nyantec.com>2023-04-20 11:14:52 +0000
committerYaya <mak@nyantec.com>2023-05-30 12:31:40 +0000
commit302fb6f669e269b5aee660270d64dadea3303c7e (patch)
tree96d609489a96346b5bcd5fa193a7f48c358f2804 /pkgs
parent7f4bf644848a4c823174391c71e3840d6178989e (diff)
sftpgo: add yayayayaka to maintainers
(cherry picked from commit b28e72ec46b671a64f5e0223acde127661235f03)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/sftpgo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/sftpgo/default.nix b/pkgs/servers/sftpgo/default.nix
index 3e673deb2d942..f361f4e505eff 100644
--- a/pkgs/servers/sftpgo/default.nix
+++ b/pkgs/servers/sftpgo/default.nix
@@ -56,6 +56,6 @@ buildGoModule rec {
       Google Cloud Storage, Azure Blob Storage, SFTP.
     '';
     license = licenses.agpl3Only;
-    maintainers = with maintainers; [ thenonameguy ];
+    maintainers = with maintainers; [ thenonameguy yayayayaka ];
   };
 }