Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3142,12 +3142,6 @@
githubId = 5718007;
name = "Bastian Köcher";
};
blaggacao = {
name = "David Arnold";
email = "dar@xoe.solutions";
github = "blaggacao";
githubId = 7548295;
};
blakesmith = {
name = "Blake Smith";
email = "blakesmith0@gmail.com";
Expand Down Expand Up @@ -17047,13 +17041,6 @@
githubId = 24574288;
name = "Nikodem Rabuliński";
};
nrdxp = {
email = "tim.deh@pm.me";
matrix = "@timdeh:matrix.org";
github = "nrdxp";
githubId = 34083928;
name = "Tim DeHerrera";
};
nrhelmi = {
email = "helmiinour@gmail.com";
github = "NRHelmi";
Expand Down Expand Up @@ -19785,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";
Expand Down Expand Up @@ -22219,13 +22199,6 @@
githubId = 219362;
name = "Sarah Brofeldt";
};
srid = {
email = "srid@srid.ca";
matrix = "@srid:matrix.org";
github = "srid";
githubId = 3998;
name = "Sridhar Ratnakumar";
};
srounce = {
name = "Samuel Rounce";
email = "me@samuelrounce.co.uk";
Expand Down Expand Up @@ -23185,12 +23158,6 @@
github = "tfmoraes";
githubId = 351108;
};
tgunnoe = {
email = "t@gvno.net";
github = "tgunnoe";
githubId = 7254833;
name = "Taylor Gunnoe";
};
tg-x = {
email = "*@tg-x.net";
github = "tg-x";
Expand Down
1 change: 0 additions & 1 deletion maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ with lib.maintainers;
cleverca22
disassembler
manveru
nrdxp
];
scope = "Input-Output Global employees, which maintain critical software";
shortName = "Input-Output Global employees";
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/programs/gamescope.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ in
environment.systemPackages = lib.mkIf (!cfg.capSysNice) [ gamescope ];
};

meta.maintainers = with lib.maintainers; [ nrdxp ];
meta.maintainers = with lib.maintainers; [ ];
}
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ python3.pkgs.buildPythonApplication {
rnhmjoj
ebzzry
dotlambda
nrdxp
];
};
}
1 change: 0 additions & 1 deletion pkgs/by-name/cf/cfdyndns/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.mit;
maintainers = with maintainers; [
colemickens
nrdxp
];
platforms = with platforms; linux;
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/ev/eva/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/NerdyPepper/eva";
license = licenses.mit;
maintainers = with maintainers; [
nrdxp
ma27
figsoda
];
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/ga/gamescope/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/ValveSoftware/gamescope";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [
nrdxp
pedrohlc
Scrumplex
zhaofengli
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/gi/git-town/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [
allonsy
blaggacao
gabyx
];
mainProgram = "git-town";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/go/go-rice/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildGoModule rec {
description = "Go package that makes working with resources such as html, js, css, images, templates very easy";
homepage = "https://github.com/GeertJohan/go.rice";
license = licenses.bsd2;
maintainers = with maintainers; [ blaggacao ];
maintainers = with maintainers; [ ];
mainProgram = "rice";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/gr/gruvbox-plus-icons/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
})
2 changes: 1 addition & 1 deletion pkgs/by-name/ho/hostctl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ buildGoModule rec {
'';
homepage = "https://guumaster.github.io/hostctl/";
license = licenses.mit;
maintainers = with maintainers; [ blaggacao ];
maintainers = with maintainers; [ ];
mainProgram = "hostctl";
};
}
1 change: 0 additions & 1 deletion pkgs/by-name/jd/jd-diff-patch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [
bryanasdev000
blaggacao
];
mainProgram = "jd";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ku/kubespy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ buildGoModule rec {
mainProgram = "kubespy";
homepage = "https://github.com/pulumi/kubespy";
license = licenses.asl20;
maintainers = with maintainers; [ blaggacao ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/ma/material-cursors/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/md/mdbook-d2/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/danieleades/mdbook-d2";
changelog = "https://github.com/danieleades/mdbook-d2/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ blaggacao matthiasbeyer ];
maintainers = with maintainers; [ matthiasbeyer ];
};
}
1 change: 0 additions & 1 deletion pkgs/by-name/md/mdbook-emojicodes/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/blyxyas/mdbook-emojicodes/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [
blaggacao
matthiasbeyer
];
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/md/mdbook-kroki-preprocessor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/joelcourtney/mdbook-kroki-preprocessor";
license = licenses.gpl3Only;
maintainers = with maintainers; [
blaggacao
matthiasbeyer
];
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/md/mdbook-pagetoc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/slowsage/mdbook-pagetoc";
license = licenses.mit;
maintainers = with maintainers; [
blaggacao
matthiasbeyer
];
};
Expand Down
5 changes: 1 addition & 4 deletions pkgs/by-name/ni/nix-health/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ rustPlatform.buildRustPackage rec {
description = "Check the health of your Nix setup";
homepage = "https://github.com/juspay/nix-health";
license = licenses.asl20;
maintainers = with maintainers; [
srid
shivaraj-bh
];
maintainers = with maintainers; [ shivaraj-bh ];
mainProgram = "nix-health";
};
}
1 change: 0 additions & 1 deletion pkgs/by-name/ni/nixci/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/srid/nixci";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [
srid
shivaraj-bh
rsrohitsingh682
];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/no/norouter/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ buildGoModule rec {
description = "Tool to handle unprivileged networking by using multiple loopback addresses";
homepage = "https://github.com/norouter/norouter";
license = licenses.asl20;
maintainers = with maintainers; [ blaggacao ];
maintainers = with maintainers; [ ];
mainProgram = "norouter";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/op/openjk/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/JACoders/OpenJK";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ tgunnoe ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/te/terraform-backend-git/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ buildGoModule rec {
homepage = "https://github.com/plumber-cd/terraform-backend-git";
changelog = "https://github.com/plumber-cd/terraform-backend-git/blob/${src.rev}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ blaggacao ];
maintainers = with maintainers; [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,6 @@ package-maintainers:
- ttn-client
- update-nix-fetchgit
- zre
srid:
- ema
- emanote
sternenseemann:
# also maintain upstream package
- cabal2nix
Expand Down
2 changes: 0 additions & 2 deletions pkgs/development/haskell-modules/hackage-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ buildPythonPackage rec {
homepage = "https://github.com/annotated-types/annotated-types";
changelog = "https://github.com/annotated-types/annotated-types/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ blaggacao ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/git-url-parse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/coala/git-url-parse";
changelog = "https://github.com/coala/git-url-parse/blob/${src.rev}/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ blaggacao ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/gocardless-pro/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ buildPythonPackage rec {
homepage = "https://github.com/gocardless/gocardless-pro-python";
changelog = "https://github.com/gocardless/gocardless-pro-python/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ blaggacao ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pydantic-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ let
description = "Core validation logic for pydantic written in rust";
homepage = "https://github.com/pydantic/pydantic-core";
license = licenses.mit;
maintainers = with maintainers; [ blaggacao ];
maintainers = with maintainers; [ ];
};
};
in
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pymatting/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pymatting/pymatting";
changelog = "https://github.com/pymatting/pymatting/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ blaggacao ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pypika/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ buildPythonPackage rec {
description = "Python SQL query builder";
homepage = "https://github.com/kayak/pypika";
license = licenses.asl20;
maintainers = with maintainers; [ blaggacao ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pyqt-builder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ buildPythonPackage rec {
description = "PEP 517 compliant build system for PyQt";
homepage = "https://github.com/Python-PyQt/PyQt-builder";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nrdxp ];
maintainers = with maintainers; [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ buildPythonPackage rec {
inherit (mesa.meta) platforms;
maintainers = with lib.maintainers; [
LunNova
nrdxp
];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/python-youtube/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ buildPythonPackage rec {
homepage = "https://github.com/sns-sdks/python-youtube";
changelog = "https://github.com/sns-sdks/python-youtube/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ blaggacao ];
maintainers = with lib.maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/sip/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ buildPythonPackage rec {
description = "Creates C++ bindings for Python modules";
homepage = "https://riverbankcomputing.com/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nrdxp ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/games/lzwolf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ stdenv.mkDerivation rec {
mainProgram = "lzwolf";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ tgunnoe ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/networking/ifwifi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/araujobsd/ifwifi";
license = with licenses; [ bsd2 ];
maintainers = with maintainers; [ blaggacao ];
maintainers = with maintainers; [ ];
# networkmanager doesn't work on darwin
# even though the `wifiscanner` crate would work
platforms = with platforms; linux; # ++ darwin;
Expand Down