maintainers: remove lumi (#543612)

This commit is contained in:
Alexis Hildebrandt
2026-07-19 20:34:53 +00:00
committed by GitHub
2 changed files with 1 additions and 9 deletions
-6
View File
@@ -16684,12 +16684,6 @@
githubId = 10746692;
name = "Leopold Luley";
};
lumi = {
email = "lumi@pew.im";
github = "lumi-me-not";
githubId = 26020062;
name = "lumi";
};
luminarleaf = {
github = "LuminarLeaf";
githubId = 80571430;
+1 -3
View File
@@ -21,9 +21,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "Minimal X screenshot utility";
homepage = "https://github.com/neXromancers/shotgun";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [
lumi
];
maintainers = [ ];
platforms = lib.platforms.linux;
mainProgram = "shotgun";
};