tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
treewide: remove inactive maintainer ericsagnes
Arnout Engelen
11 months ago
eb9ce0ee
9bebe64e
+16
-33
26 changed files
expand all
collapse all
unified
split
maintainers
maintainer-list.nix
nixos
doc
manual
development
meta-attributes.section.md
modules
i18n
input-method
default.nix
pkgs
applications
version-management
blackbox
default.nix
by-name
al
albert
package.nix
an
anthy
package.nix
gn
gnucobol
package.nix
gr
groonga
package.nix
j4
j4-dmenu-desktop
package.nix
ky
kytea
package.nix
li
libchewing
package.nix
libpinyin
package.nix
mo
mozc
package.nix
pa
pamix
package.nix
po
ponymix
package.nix
st
styx
package.nix
tm
tmuxinator
package.nix
wi
wireguard-tools
package.nix
development
python-modules
cached-property
default.nix
pocket
default.nix
torchvision
default.nix
tools
inputmethods
ibus-engines
ibus-anthy
default.nix
ibus-hangul
default.nix
ibus-libpinyin
default.nix
ibus-m17n
default.nix
uim
default.nix
-6
maintainers/maintainer-list.nix
reviewed
···
7440
7440
githubId = 7820865;
7441
7441
name = "Eric Dallo";
7442
7442
};
7443
7443
-
ericsagnes = {
7444
7444
-
email = "eric.sagnes@gmail.com";
7445
7445
-
github = "ericsagnes";
7446
7446
-
githubId = 367880;
7447
7447
-
name = "Eric Sagnes";
7448
7448
-
};
7449
7443
ericson2314 = {
7450
7444
email = "John.Ericson@Obsidian.Systems";
7451
7445
matrix = "@ericson2314:matrix.org";
+1
-1
nixos/doc/manual/development/meta-attributes.section.md
reviewed
···
22
22
};
23
23
24
24
meta = {
25
25
-
maintainers = with lib.maintainers; [ ericsagnes ];
25
25
+
maintainers = with lib.maintainers; [ ];
26
26
doc = ./default.md;
27
27
buildDocsInSandbox = true;
28
28
};
+1
-1
nixos/modules/i18n/input-method/default.nix
reviewed
···
113
113
};
114
114
115
115
meta = {
116
116
-
maintainers = with lib.maintainers; [ ericsagnes ];
116
116
+
maintainers = with lib.maintainers; [ ];
117
117
doc = ./default.md;
118
118
};
119
119
+1
-1
pkgs/applications/version-management/blackbox/default.nix
reviewed
···
58
58
meta = with lib; {
59
59
description = "Safely store secrets in a VCS repo";
60
60
homepage = "https://github.com/StackExchange/blackbox";
61
61
-
maintainers = with maintainers; [ ericsagnes ];
61
61
+
maintainers = with maintainers; [ ];
62
62
license = licenses.mit;
63
63
platforms = platforms.all;
64
64
};
-1
pkgs/by-name/al/albert/package.nix
reviewed
···
77
77
# See: https://github.com/NixOS/nixpkgs/issues/279226
78
78
license = lib.licenses.unfree;
79
79
maintainers = with lib.maintainers; [
80
80
-
ericsagnes
81
80
synthetica
82
81
eljamm
83
82
];
+1
-1
pkgs/by-name/an/anthy/package.nix
reviewed
···
39
39
description = "Hiragana text to Kana Kanji mixed text Japanese input method";
40
40
homepage = "https://anthy.osdn.jp/";
41
41
license = licenses.gpl2Plus;
42
42
-
maintainers = with maintainers; [ ericsagnes ];
42
42
+
maintainers = with maintainers; [ ];
43
43
platforms = platforms.unix;
44
44
};
45
45
-1
pkgs/by-name/gn/gnucobol/package.nix
reviewed
···
142
142
lgpl3Only
143
143
];
144
144
maintainers = with maintainers; [
145
145
-
ericsagnes
146
145
lovesegfault
147
146
techknowlogick
148
147
kiike
+1
-1
pkgs/by-name/gr/groonga/package.nix
reviewed
···
77
77
homepage = "https://groonga.org/";
78
78
description = "Open-source fulltext search engine and column store";
79
79
license = lib.licenses.lgpl21;
80
80
-
maintainers = [ lib.maintainers.ericsagnes ];
80
80
+
maintainers = [ ];
81
81
platforms = lib.platforms.all;
82
82
longDescription = ''
83
83
Groonga is an open-source fulltext search engine and column store.
+1
-1
pkgs/by-name/j4/j4-dmenu-desktop/package.nix
reviewed
···
50
50
homepage = "https://github.com/enkore/j4-dmenu-desktop";
51
51
license = licenses.gpl3Only;
52
52
mainProgram = "j4-dmenu-desktop";
53
53
-
maintainers = with maintainers; [ ericsagnes ];
53
53
+
maintainers = with maintainers; [ ];
54
54
platforms = platforms.linux;
55
55
};
56
56
})
+1
-1
pkgs/by-name/ky/kytea/package.nix
reviewed
···
29
29
30
30
license = licenses.asl20;
31
31
32
32
-
maintainers = with maintainers; [ ericsagnes ];
32
32
+
maintainers = with maintainers; [ ];
33
33
platforms = platforms.unix;
34
34
};
35
35
-1
pkgs/by-name/li/libchewing/package.nix
reviewed
···
26
26
homepage = "https://chewing.im/";
27
27
license = licenses.lgpl21Only;
28
28
maintainers = with maintainers; [
29
29
-
ericsagnes
30
29
ShamrockLee
31
30
];
32
31
platforms = platforms.all;
-1
pkgs/by-name/li/libpinyin/package.nix
reviewed
···
51
51
license = lib.licenses.gpl3Plus;
52
52
maintainers = with lib.maintainers; [
53
53
linsui
54
54
-
ericsagnes
55
54
];
56
55
platforms = lib.platforms.linux;
57
56
};
-1
pkgs/by-name/mo/mozc/package.nix
reviewed
···
106
106
license = licenses.free;
107
107
platforms = platforms.linux;
108
108
maintainers = with maintainers; [
109
109
-
ericsagnes
110
109
pineapplehunter
111
110
];
112
111
};
+1
-1
pkgs/by-name/pa/pamix/package.nix
reviewed
···
42
42
changelog = "https://github.com/patroclos/PAmix/releases/tag/${finalAttrs.version}";
43
43
license = lib.licenses.mit;
44
44
platforms = lib.platforms.linux;
45
45
-
maintainers = with lib.maintainers; [ ericsagnes ];
45
45
+
maintainers = with lib.maintainers; [ ];
46
46
mainProgram = "pamix";
47
47
};
48
48
})
+1
-1
pkgs/by-name/po/ponymix/package.nix
reviewed
···
32
32
mainProgram = "ponymix";
33
33
license = licenses.mit;
34
34
platforms = platforms.linux;
35
35
-
maintainers = with maintainers; [ ericsagnes ];
35
35
+
maintainers = with maintainers; [ ];
36
36
};
37
37
}
+1
-1
pkgs/by-name/st/styx/package.nix
reviewed
···
77
77
78
78
meta = with lib; {
79
79
description = "Nix based static site generator";
80
80
-
maintainers = with maintainers; [ ericsagnes ];
80
80
+
maintainers = with maintainers; [ ];
81
81
homepage = "https://styx-static.github.io/styx-site/";
82
82
downloadPage = "https://github.com/styx-static/styx/";
83
83
platforms = platforms.all;
-1
pkgs/by-name/tm/tmuxinator/package.nix
reviewed
···
58
58
license = licenses.mit;
59
59
maintainers = with maintainers; [
60
60
auntie
61
61
-
ericsagnes
62
61
];
63
62
platforms = platforms.unix;
64
63
mainProgram = "tmuxinator";
-1
pkgs/by-name/wi/wireguard-tools/package.nix
reviewed
···
89
89
homepage = "https://www.wireguard.com/";
90
90
license = licenses.gpl2Only;
91
91
maintainers = with maintainers; [
92
92
-
ericsagnes
93
92
zx2c4
94
93
globin
95
94
ma27
+1
-1
pkgs/development/python-modules/cached-property/default.nix
reviewed
···
42
42
changelog = "https://github.com/pydanny/cached-property/releases/tag/${version}";
43
43
license = licenses.bsd3;
44
44
platforms = platforms.unix;
45
45
-
maintainers = with maintainers; [ ericsagnes ];
45
45
+
maintainers = with maintainers; [ ];
46
46
};
47
47
}
+1
-1
pkgs/development/python-modules/pocket/default.nix
reviewed
···
21
21
description = "Wrapper for the pocket API";
22
22
homepage = "https://github.com/tapanpandita/pocket";
23
23
license = licenses.bsd3;
24
24
-
maintainers = with maintainers; [ ericsagnes ];
24
24
+
maintainers = with maintainers; [ ];
25
25
};
26
26
}
+1
-1
pkgs/development/python-modules/torchvision/default.nix
reviewed
···
101
101
changelog = "https://github.com/pytorch/vision/releases/tag/v${version}";
102
102
license = lib.licenses.bsd3;
103
103
platforms = with lib.platforms; linux ++ lib.optionals (!cudaSupport) darwin;
104
104
-
maintainers = with lib.maintainers; [ ericsagnes ];
104
104
+
maintainers = with lib.maintainers; [ ];
105
105
};
106
106
}
+1
-3
pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix
reviewed
···
54
54
homepage = "https://github.com/fujiwarat/ibus-anthy";
55
55
license = licenses.gpl2Plus;
56
56
platforms = platforms.linux;
57
57
-
maintainers = with maintainers; [
58
58
-
ericsagnes
59
59
-
];
57
57
+
maintainers = with maintainers; [ ];
60
58
};
61
59
}
+1
-1
pkgs/tools/inputmethods/ibus-engines/ibus-hangul/default.nix
reviewed
···
59
59
mainProgram = "ibus-setup-hangul";
60
60
homepage = "https://github.com/libhangul/ibus-hangul";
61
61
license = licenses.gpl2Plus;
62
62
-
maintainers = with maintainers; [ ericsagnes ];
62
62
+
maintainers = with maintainers; [ ];
63
63
platforms = platforms.linux;
64
64
};
65
65
}
-1
pkgs/tools/inputmethods/ibus-engines/ibus-libpinyin/default.nix
reviewed
···
69
69
license = lib.licenses.gpl3Plus;
70
70
maintainers = with lib.maintainers; [
71
71
linsui
72
72
-
ericsagnes
73
72
];
74
73
platforms = lib.platforms.linux;
75
74
};
+1
-1
pkgs/tools/inputmethods/ibus-engines/ibus-m17n/default.nix
reviewed
···
52
52
homepage = "https://github.com/ibus/ibus-m17n";
53
53
license = licenses.gpl2Plus;
54
54
platforms = platforms.linux;
55
55
-
maintainers = with maintainers; [ ericsagnes ];
55
55
+
maintainers = with maintainers; [ ];
56
56
};
57
57
}
-1
pkgs/tools/inputmethods/uim/default.nix
reviewed
···
174
174
license = lib.licenses.bsd3;
175
175
platforms = lib.platforms.unix;
176
176
maintainers = with lib.maintainers; [
177
177
-
ericsagnes
178
177
oxij
179
178
];
180
179
};