mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
maintainers: drop RGBCube
Banned from the community on 2024-06-25.
This commit is contained in:
parent
a5e6cc2ffe
commit
7dc6353280
3 changed files with 2 additions and 9 deletions
|
@ -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";
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
})
|
||||
|
|
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue