Skip to content

Commit 1a5f51a

Browse files
authored
treewide: possibly inactive maintainer ericsagnes (#399433)
2 parents d1336f3 + eb9ce0e commit 1a5f51a

File tree

26 files changed

+16
-33
lines changed

26 files changed

+16
-33
lines changed

maintainers/maintainer-list.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7440,12 +7440,6 @@
74407440
githubId = 7820865;
74417441
name = "Eric Dallo";
74427442
};
7443-
ericsagnes = {
7444-
email = "[email protected]";
7445-
github = "ericsagnes";
7446-
githubId = 367880;
7447-
name = "Eric Sagnes";
7448-
};
74497443
ericson2314 = {
74507444
email = "[email protected]";
74517445
matrix = "@ericson2314:matrix.org";

nixos/doc/manual/development/meta-attributes.section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ file.
2222
};
2323
2424
meta = {
25-
maintainers = with lib.maintainers; [ ericsagnes ];
25+
maintainers = with lib.maintainers; [ ];
2626
doc = ./default.md;
2727
buildDocsInSandbox = true;
2828
};

nixos/modules/i18n/input-method/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ in
113113
};
114114

115115
meta = {
116-
maintainers = with lib.maintainers; [ ericsagnes ];
116+
maintainers = with lib.maintainers; [ ];
117117
doc = ./default.md;
118118
};
119119

pkgs/applications/version-management/blackbox/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
5858
meta = with lib; {
5959
description = "Safely store secrets in a VCS repo";
6060
homepage = "https://github.com/StackExchange/blackbox";
61-
maintainers = with maintainers; [ ericsagnes ];
61+
maintainers = with maintainers; [ ];
6262
license = licenses.mit;
6363
platforms = platforms.all;
6464
};

pkgs/by-name/al/albert/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ stdenv.mkDerivation (finalAttrs: {
7777
# See: https://github.com/NixOS/nixpkgs/issues/279226
7878
license = lib.licenses.unfree;
7979
maintainers = with lib.maintainers; [
80-
ericsagnes
8180
synthetica
8281
eljamm
8382
];

pkgs/by-name/an/anthy/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
3939
description = "Hiragana text to Kana Kanji mixed text Japanese input method";
4040
homepage = "https://anthy.osdn.jp/";
4141
license = licenses.gpl2Plus;
42-
maintainers = with maintainers; [ ericsagnes ];
42+
maintainers = with maintainers; [ ];
4343
platforms = platforms.unix;
4444
};
4545

pkgs/by-name/gn/gnucobol/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ stdenv.mkDerivation (finalAttrs: {
142142
lgpl3Only
143143
];
144144
maintainers = with maintainers; [
145-
ericsagnes
146145
lovesegfault
147146
techknowlogick
148147
kiike

pkgs/by-name/gr/groonga/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
7777
homepage = "https://groonga.org/";
7878
description = "Open-source fulltext search engine and column store";
7979
license = lib.licenses.lgpl21;
80-
maintainers = [ lib.maintainers.ericsagnes ];
80+
maintainers = [ ];
8181
platforms = lib.platforms.all;
8282
longDescription = ''
8383
Groonga is an open-source fulltext search engine and column store.

pkgs/by-name/j4/j4-dmenu-desktop/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
5050
homepage = "https://github.com/enkore/j4-dmenu-desktop";
5151
license = licenses.gpl3Only;
5252
mainProgram = "j4-dmenu-desktop";
53-
maintainers = with maintainers; [ ericsagnes ];
53+
maintainers = with maintainers; [ ];
5454
platforms = platforms.linux;
5555
};
5656
})

pkgs/by-name/ky/kytea/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
2929

3030
license = licenses.asl20;
3131

32-
maintainers = with maintainers; [ ericsagnes ];
32+
maintainers = with maintainers; [ ];
3333
platforms = platforms.unix;
3434
};
3535

0 commit comments

Comments
 (0)