maintainers: drop nayeko (#389955)

This commit is contained in:
Ryan Hendrickson
2025-03-15 03:07:10 -04:00
committed by GitHub
7 changed files with 6 additions and 11 deletions
-5
View File
@@ -16537,11 +16537,6 @@
githubId = 4532582;
keys = [ { fingerprint = "BDEA AB07 909D B96F 4106 85F1 CC15 0758 46BC E91B"; } ];
};
nayeko = {
name = "nayeko";
github = "nayeko";
githubId = 196556004;
};
nazarewk = {
name = "Krzysztof Nazarewski";
email = "nixpkgs@kdn.im";
+1 -1
View File
@@ -143,7 +143,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/CherryHQ/cherry-studio/releases/tag/v${finalAttrs.version}";
mainProgram = "cherry-studio";
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ nayeko ];
maintainers = with lib.maintainers; [ ];
license = with lib.licenses; [
asl20
unfree
+1 -1
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; [ ];
};
}
+1 -1
View File
@@ -30,6 +30,6 @@ flutter324.buildFlutterApplication rec {
mainProgram = "flut-renamer";
platforms = lib.platforms.linux;
license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ nayeko ];
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
View File
@@ -98,7 +98,7 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/readest/readest/releases/tag/v${version}";
mainProgram = "readest";
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ nayeko ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
}
+1 -1
View File
@@ -91,6 +91,6 @@ python3Packages.buildPythonApplication rec {
mainProgram = "waydroid-helper";
platforms = lib.platforms.linux;
license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ nayeko ];
maintainers = with lib.maintainers; [ ];
};
}
+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;
};
}