maintainers: drop khushraj (#502777)

This commit is contained in:
Pol Dellaiera
2026-03-24 10:37:36 +00:00
committed by GitHub
3 changed files with 1 additions and 9 deletions
-7
View File
@@ -13974,13 +13974,6 @@
githubId = 788813;
name = "Bryan Gardiner";
};
khushraj = {
email = "khushraj.rathod@gmail.com";
github = "khrj";
githubId = 44947946;
name = "Khushraj Rathod";
keys = [ { fingerprint = "1988 3FD8 EA2E B4EC 0A93 1E22 B77B 2A40 E770 2F19"; } ];
};
kiara = {
name = "kiara";
email = "cinereal@riseup.net";
+1 -1
View File
@@ -30,7 +30,7 @@ appimageTools.wrapType2 {
description = "Drag-and-drop designer for bootstrap";
homepage = "https://bootstrapstudio.io/";
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ khushraj ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
}
-1
View File
@@ -96,7 +96,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://dprint.dev";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
khushraj
kachick
phanirithvij
];