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
211
};
212
212
213
213
meta = {
214
214
-
maintainers = with maintainers; [ n0emis ];
214
214
+
maintainers = with maintainers; [ ];
215
215
doc = ./grocy.md;
216
216
};
217
217
}
-1
nixos/tests/web-apps/netbox.nix
···
22
22
meta = with lib.maintainers; {
23
23
maintainers = [
24
24
minijackson
25
25
-
n0emis
26
25
];
27
26
};
28
27
-1
nixos/tests/zammad.nix
···
6
6
7
7
meta.maintainers = with lib.maintainers; [
8
8
taeer
9
9
-
n0emis
10
9
netali
11
10
];
12
11
+1
-1
pkgs/by-name/gr/grocy/package.nix
···
65
65
66
66
meta = with lib; {
67
67
license = licenses.mit;
68
68
-
maintainers = with maintainers; [ n0emis ];
68
68
+
maintainers = with maintainers; [ ];
69
69
description = "ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home";
70
70
homepage = "https://grocy.info/";
71
71
};
-1
pkgs/by-name/ne/netbox_4_0/package.nix
···
122
122
license = lib.licenses.asl20;
123
123
maintainers = with lib.maintainers; [
124
124
minijackson
125
125
-
n0emis
126
125
raitobezarius
127
126
];
128
127
knownVulnerabilities = [
-1
pkgs/by-name/ne/netbox_4_1/package.nix
···
126
126
license = lib.licenses.asl20;
127
127
maintainers = with lib.maintainers; [
128
128
minijackson
129
129
-
n0emis
130
129
raitobezarius
131
130
];
132
131
};
-1
pkgs/by-name/za/zammad/package.nix
···
159
159
"aarch64-linux"
160
160
];
161
161
maintainers = with maintainers; [
162
162
-
n0emis
163
162
taeer
164
163
netali
165
164
];
+1
-1
pkgs/by-name/za/zammad/update.nix
···
33
33
];
34
34
35
35
meta = {
36
36
-
maintainers = with lib.maintainers; [ n0emis ];
36
36
+
maintainers = with lib.maintainers; [ ];
37
37
description = "Utility to generate Nix expressions for Zammad's dependencies";
38
38
platforms = lib.platforms.unix;
39
39
};
+1
-1
pkgs/development/python-modules/social-auth-app-django/default.nix
···
37
37
homepage = "https://github.com/python-social-auth/social-app-django";
38
38
changelog = "https://github.com/python-social-auth/social-app-django/blob/${version}/CHANGELOG.md";
39
39
license = licenses.bsd3;
40
40
-
maintainers = with maintainers; [ n0emis ];
40
40
+
maintainers = with maintainers; [ ];
41
41
};
42
42
}
+1
-1
pkgs/development/python-modules/social-auth-core/default.nix
···
75
75
homepage = "https://github.com/python-social-auth/social-core";
76
76
changelog = "https://github.com/python-social-auth/social-core/blob/${version}/CHANGELOG.md";
77
77
license = licenses.bsd3;
78
78
-
maintainers = with maintainers; [ n0emis ];
78
78
+
maintainers = with maintainers; [ ];
79
79
};
80
80
}
-1
pkgs/servers/web-apps/netbox/default.nix
···
18
18
19
19
maintainers = with lib.maintainers; [
20
20
minijackson
21
21
-
n0emis
22
21
raitobezarius
23
22
];
24
23
eol = true;