mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
maintainers: remove nullx76
This commit is contained in:
parent
db1ebf1d43
commit
3d8b814a13
5 changed files with 4 additions and 11 deletions
|
@ -14711,12 +14711,6 @@
|
|||
github = "nullishamy";
|
||||
githubId = 99221043;
|
||||
};
|
||||
nullx76 = {
|
||||
email = "nix@xirion.net";
|
||||
github = "NULLx76";
|
||||
githubId = 1809198;
|
||||
name = "Victor Roest";
|
||||
};
|
||||
numinit = {
|
||||
email = "me@numin.it";
|
||||
github = "numinit";
|
||||
|
|
|
@ -860,7 +860,7 @@ let
|
|||
description = "Soothing pastel theme for VSCode";
|
||||
license = lib.licenses.mit;
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc";
|
||||
maintainers = [ lib.maintainers.nullx76 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
catppuccin-vsc-icons = buildVscodeMarketplaceExtension {
|
||||
|
@ -3078,7 +3078,7 @@ let
|
|||
description = "direnv support for Visual Studio Code";
|
||||
license = lib.licenses.bsd0;
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=mkhl.direnv";
|
||||
maintainers = [ lib.maintainers.nullx76 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ buildGoModule rec {
|
|||
description = "Weave Gitops CLI";
|
||||
license = licenses.mpl20;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ nullx76 ];
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "gitops";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -89,7 +89,6 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [
|
||||
yorickvp
|
||||
ivan
|
||||
nullx76
|
||||
leona
|
||||
shawn8901
|
||||
];
|
||||
|
|
|
@ -20,7 +20,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "Extracts downloads for Radarr, Sonarr, Lidarr - Deletes extracted files after import";
|
||||
homepage = "https://github.com/davidnewhall/unpackerr";
|
||||
maintainers = with maintainers; [ nullx76 ];
|
||||
maintainers = with maintainers; [ ];
|
||||
license = licenses.mit;
|
||||
mainProgram = "unpackerr";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue