Merge pull request #315179 from yayayayaka/sftpgo-remove-myself-from-maintainers

sftpgo: remove yayayayaka from maintainers
This commit is contained in:
Nick Cao
2024-05-28 15:11:52 -04:00
committed by GitHub
+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";
};
}