clashtui: remove nayeko from maintainers

This commit is contained in:
nayeko 2025-03-14 21:57:29 +00:00 committed by GitHub
parent b35afb8c66
commit 030119ec73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,6 +47,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "clashtui";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ nayeko ];
maintainers = with lib.maintainers; [ ];
};
}