2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 21:58:16 +00:00

Remove n0emis as direct maintainer ()

This commit is contained in:
Philip Taron 2024-12-13 16:57:01 -08:00 committed by GitHub
commit 6ff5642249
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 5 additions and 11 deletions
nixos
modules/services/web-apps
tests
pkgs
by-name
gr/grocy
ne
netbox_4_0
netbox_4_1
za/zammad
development/python-modules
social-auth-app-django
social-auth-core
servers/web-apps/netbox

View File

@ -211,7 +211,7 @@ in
};
meta = {
maintainers = with maintainers; [ n0emis ];
maintainers = with maintainers; [ ];
doc = ./grocy.md;
};
}

View File

@ -22,7 +22,6 @@ import ../make-test-python.nix (
meta = with lib.maintainers; {
maintainers = [
minijackson
n0emis
];
};

View File

@ -6,7 +6,6 @@ import ./make-test-python.nix (
meta.maintainers = with lib.maintainers; [
taeer
n0emis
netali
];

View File

@ -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/";
};

View File

@ -122,7 +122,6 @@ py.pkgs.buildPythonApplication rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
minijackson
n0emis
raitobezarius
];
knownVulnerabilities = [

View File

@ -126,7 +126,6 @@ py.pkgs.buildPythonApplication rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
minijackson
n0emis
raitobezarius
];
};

View File

@ -159,7 +159,6 @@ stdenvNoCC.mkDerivation {
"aarch64-linux"
];
maintainers = with maintainers; [
n0emis
taeer
netali
];

View File

@ -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;
};

View File

@ -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; [ ];
};
}

View File

@ -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; [ ];
};
}

View File

@ -18,7 +18,6 @@ in
maintainers = with lib.maintainers; [
minijackson
n0emis
raitobezarius
];
eol = true;