windsend-rs: remove nayeko from maintainers

This commit is contained in:
nayeko
2025-03-14 21:58:13 +00:00
committed by GitHub
parent 030119ec73
commit 2b679b39a3
+1 -1
View File
@@ -68,7 +68,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/doraemonkeys/WindSend";
mainProgram = "wind_send";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ nayeko ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
}