maintainers: drop RGBCube

Banned from the community on 2024-06-25.
This commit is contained in:
Martin Weinelt 2025-02-23 01:45:56 +01:00
parent a5e6cc2ffe
commit 7dc6353280
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
3 changed files with 2 additions and 9 deletions

View file

@ -19772,13 +19772,6 @@
githubId = 44014925;
name = "Rexx Larsson";
};
RGBCube = {
name = "RGBCube";
email = "nixpkgs@rgbcu.be";
github = "RGBCube";
githubId = 78925721;
keys = [ { fingerprint = "jPaU3Vpm/GN0tUuDg72n2+bd9dDMWe4bnKM325eP7eI"; } ];
};
rgnns = {
email = "jglievano@gmail.com";
github = "rgnns";

View file

@ -42,6 +42,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://github.com/SylEleuth/gruvbox-plus-icon-pack";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ eureka-cpu RGBCube ];
maintainers = with maintainers; [ eureka-cpu ];
};
})

View file

@ -38,6 +38,6 @@ stdenvNoCC.mkDerivation {
homepage = "https://github.com/varlesh/material-cursors";
license = lib.licenses.gpl3Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ RGBCube ];
maintainers = with lib.maintainers; [ ];
};
}