sftpgo: add ryan4yin as a maintainer

This commit is contained in:
Ryan Yin
2025-06-22 14:25:28 +08:00
parent d197b438f3
commit 30263b5175
+4 -1
View File
@@ -63,7 +63,10 @@ buildGoModule rec {
agpl3Only
unfreeRedistributable
]; # Software is AGPLv3, web UI is unfree
maintainers = with lib.maintainers; [ thenonameguy ];
maintainers = with lib.maintainers; [
thenonameguy
ryan4yin
];
mainProgram = "sftpgo";
};
}