sftpgo: remove yayayayaka from maintainers

This commit is contained in:
Yaya
2024-05-27 22:05:59 +02:00
parent 30881b23db
commit c8536997e1
+1 -1
View File
@@ -59,7 +59,7 @@ buildGoModule rec {
Google Cloud Storage, Azure Blob Storage, SFTP.
'';
license = licenses.agpl3Only;
maintainers = with maintainers; [ thenonameguy yayayayaka ];
maintainers = with maintainers; [ thenonameguy ];
mainProgram = "sftpgo";
};
}