sftpgo: add yayayayaka to maintainers

(cherry picked from commit b28e72ec46)
This commit is contained in:
Yaya
2023-04-20 11:14:52 +00:00
parent 7f4bf64484
commit 302fb6f669

View File

@@ -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 ];
};
}