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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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