tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Remove n0emis as direct maintainer
Ember 'n0emis' Keske
1 year ago
601504d9
3321862a
+5
-11
11 changed files
expand all
collapse all
unified
split
nixos
modules
services
web-apps
grocy.nix
tests
web-apps
netbox.nix
zammad.nix
pkgs
by-name
gr
grocy
package.nix
ne
netbox_4_0
package.nix
netbox_4_1
package.nix
za
zammad
package.nix
update.nix
development
python-modules
social-auth-app-django
default.nix
social-auth-core
default.nix
servers
web-apps
netbox
default.nix
+1
-1
nixos/modules/services/web-apps/grocy.nix
···
211
};
212
213
meta = {
214
-
maintainers = with maintainers; [ n0emis ];
215
doc = ./grocy.md;
216
};
217
}
···
211
};
212
213
meta = {
214
+
maintainers = with maintainers; [ ];
215
doc = ./grocy.md;
216
};
217
}
-1
nixos/tests/web-apps/netbox.nix
···
22
meta = with lib.maintainers; {
23
maintainers = [
24
minijackson
25
-
n0emis
26
];
27
};
28
···
22
meta = with lib.maintainers; {
23
maintainers = [
24
minijackson
0
25
];
26
};
27
-1
nixos/tests/zammad.nix
···
6
7
meta.maintainers = with lib.maintainers; [
8
taeer
9
-
n0emis
10
netali
11
];
12
···
6
7
meta.maintainers = with lib.maintainers; [
8
taeer
0
9
netali
10
];
11
+1
-1
pkgs/by-name/gr/grocy/package.nix
···
65
66
meta = with lib; {
67
license = licenses.mit;
68
-
maintainers = with maintainers; [ n0emis ];
69
description = "ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home";
70
homepage = "https://grocy.info/";
71
};
···
65
66
meta = with lib; {
67
license = licenses.mit;
68
+
maintainers = with maintainers; [ ];
69
description = "ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home";
70
homepage = "https://grocy.info/";
71
};
-1
pkgs/by-name/ne/netbox_4_0/package.nix
···
122
license = lib.licenses.asl20;
123
maintainers = with lib.maintainers; [
124
minijackson
125
-
n0emis
126
raitobezarius
127
];
128
knownVulnerabilities = [
···
122
license = lib.licenses.asl20;
123
maintainers = with lib.maintainers; [
124
minijackson
0
125
raitobezarius
126
];
127
knownVulnerabilities = [
-1
pkgs/by-name/ne/netbox_4_1/package.nix
···
126
license = lib.licenses.asl20;
127
maintainers = with lib.maintainers; [
128
minijackson
129
-
n0emis
130
raitobezarius
131
];
132
};
···
126
license = lib.licenses.asl20;
127
maintainers = with lib.maintainers; [
128
minijackson
0
129
raitobezarius
130
];
131
};
-1
pkgs/by-name/za/zammad/package.nix
···
159
"aarch64-linux"
160
];
161
maintainers = with maintainers; [
162
-
n0emis
163
taeer
164
netali
165
];
···
159
"aarch64-linux"
160
];
161
maintainers = with maintainers; [
0
162
taeer
163
netali
164
];
+1
-1
pkgs/by-name/za/zammad/update.nix
···
33
];
34
35
meta = {
36
-
maintainers = with lib.maintainers; [ n0emis ];
37
description = "Utility to generate Nix expressions for Zammad's dependencies";
38
platforms = lib.platforms.unix;
39
};
···
33
];
34
35
meta = {
36
+
maintainers = with lib.maintainers; [ ];
37
description = "Utility to generate Nix expressions for Zammad's dependencies";
38
platforms = lib.platforms.unix;
39
};
+1
-1
pkgs/development/python-modules/social-auth-app-django/default.nix
···
37
homepage = "https://github.com/python-social-auth/social-app-django";
38
changelog = "https://github.com/python-social-auth/social-app-django/blob/${version}/CHANGELOG.md";
39
license = licenses.bsd3;
40
-
maintainers = with maintainers; [ n0emis ];
41
};
42
}
···
37
homepage = "https://github.com/python-social-auth/social-app-django";
38
changelog = "https://github.com/python-social-auth/social-app-django/blob/${version}/CHANGELOG.md";
39
license = licenses.bsd3;
40
+
maintainers = with maintainers; [ ];
41
};
42
}
+1
-1
pkgs/development/python-modules/social-auth-core/default.nix
···
75
homepage = "https://github.com/python-social-auth/social-core";
76
changelog = "https://github.com/python-social-auth/social-core/blob/${version}/CHANGELOG.md";
77
license = licenses.bsd3;
78
-
maintainers = with maintainers; [ n0emis ];
79
};
80
}
···
75
homepage = "https://github.com/python-social-auth/social-core";
76
changelog = "https://github.com/python-social-auth/social-core/blob/${version}/CHANGELOG.md";
77
license = licenses.bsd3;
78
+
maintainers = with maintainers; [ ];
79
};
80
}
-1
pkgs/servers/web-apps/netbox/default.nix
···
18
19
maintainers = with lib.maintainers; [
20
minijackson
21
-
n0emis
22
raitobezarius
23
];
24
eol = true;
···
18
19
maintainers = with lib.maintainers; [
20
minijackson
0
21
raitobezarius
22
];
23
eol = true;