Skip to content

Commit

Permalink
Remove n0emis as direct maintainer (#365023)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Dec 14, 2024
2 parents c668a9a + 601504d commit 6ff5642
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/grocy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ in
};

meta = {
maintainers = with maintainers; [ n0emis ];
maintainers = with maintainers; [ ];
doc = ./grocy.md;
};
}
1 change: 0 additions & 1 deletion nixos/tests/web-apps/netbox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import ../make-test-python.nix (
meta = with lib.maintainers; {
maintainers = [
minijackson
n0emis
];
};

Expand Down
1 change: 0 additions & 1 deletion nixos/tests/zammad.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import ./make-test-python.nix (

meta.maintainers = with lib.maintainers; [
taeer
n0emis
netali
];

Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/gr/grocy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ php.buildComposerProject (finalAttrs: {

meta = with lib; {
license = licenses.mit;
maintainers = with maintainers; [ n0emis ];
maintainers = with maintainers; [ ];
description = "ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home";
homepage = "https://grocy.info/";
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/ne/netbox_4_0/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ py.pkgs.buildPythonApplication rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
minijackson
n0emis
raitobezarius
];
knownVulnerabilities = [
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/ne/netbox_4_1/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ py.pkgs.buildPythonApplication rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
minijackson
n0emis
raitobezarius
];
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/za/zammad/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ stdenvNoCC.mkDerivation {
"aarch64-linux"
];
maintainers = with maintainers; [
n0emis
taeer
netali
];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/za/zammad/update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stdenvNoCC.mkDerivation rec {
];

meta = {
maintainers = with lib.maintainers; [ n0emis ];
maintainers = with lib.maintainers; [ ];
description = "Utility to generate Nix expressions for Zammad's dependencies";
platforms = lib.platforms.unix;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ buildPythonPackage rec {
homepage = "https://github.com/python-social-auth/social-app-django";
changelog = "https://github.com/python-social-auth/social-app-django/blob/${version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ n0emis ];
maintainers = with maintainers; [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ buildPythonPackage rec {
homepage = "https://github.com/python-social-auth/social-core";
changelog = "https://github.com/python-social-auth/social-core/blob/${version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ n0emis ];
maintainers = with maintainers; [ ];
};
}
1 change: 0 additions & 1 deletion pkgs/servers/web-apps/netbox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ in

maintainers = with lib.maintainers; [
minijackson
n0emis
raitobezarius
];
eol = true;
Expand Down

0 comments on commit 6ff5642

Please sign in to comment.