mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 21:58:16 +00:00
Remove n0emis as direct maintainer (#365023)
This commit is contained in:
commit
6ff5642249
nixos
pkgs
by-name
development/python-modules
servers/web-apps/netbox
@ -211,7 +211,7 @@ in
|
||||
};
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ n0emis ];
|
||||
maintainers = with maintainers; [ ];
|
||||
doc = ./grocy.md;
|
||||
};
|
||||
}
|
||||
|
@ -22,7 +22,6 @@ import ../make-test-python.nix (
|
||||
meta = with lib.maintainers; {
|
||||
maintainers = [
|
||||
minijackson
|
||||
n0emis
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -6,7 +6,6 @@ import ./make-test-python.nix (
|
||||
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
taeer
|
||||
n0emis
|
||||
netali
|
||||
];
|
||||
|
||||
|
@ -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/";
|
||||
};
|
||||
|
@ -122,7 +122,6 @@ py.pkgs.buildPythonApplication rec {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
minijackson
|
||||
n0emis
|
||||
raitobezarius
|
||||
];
|
||||
knownVulnerabilities = [
|
||||
|
@ -126,7 +126,6 @@ py.pkgs.buildPythonApplication rec {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
minijackson
|
||||
n0emis
|
||||
raitobezarius
|
||||
];
|
||||
};
|
||||
|
@ -159,7 +159,6 @@ stdenvNoCC.mkDerivation {
|
||||
"aarch64-linux"
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
n0emis
|
||||
taeer
|
||||
netali
|
||||
];
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -18,7 +18,6 @@ in
|
||||
|
||||
maintainers = with lib.maintainers; [
|
||||
minijackson
|
||||
n0emis
|
||||
raitobezarius
|
||||
];
|
||||
eol = true;
|
||||
|
Loading…
Reference in New Issue
Block a user