treewide: remove inactive maintainer ericsagnes

This commit is contained in:
Arnout Engelen
2025-04-17 12:15:49 +02:00
parent 9bebe64e7e
commit eb9ce0eed3
26 changed files with 16 additions and 33 deletions
-6
View File
@@ -7440,12 +7440,6 @@
githubId = 7820865;
name = "Eric Dallo";
};
ericsagnes = {
email = "eric.sagnes@gmail.com";
github = "ericsagnes";
githubId = 367880;
name = "Eric Sagnes";
};
ericson2314 = {
email = "John.Ericson@Obsidian.Systems";
matrix = "@ericson2314:matrix.org";
@@ -22,7 +22,7 @@ file.
};
meta = {
maintainers = with lib.maintainers; [ ericsagnes ];
maintainers = with lib.maintainers; [ ];
doc = ./default.md;
buildDocsInSandbox = true;
};
+1 -1
View File
@@ -113,7 +113,7 @@ in
};
meta = {
maintainers = with lib.maintainers; [ ericsagnes ];
maintainers = with lib.maintainers; [ ];
doc = ./default.md;
};
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Safely store secrets in a VCS repo";
homepage = "https://github.com/StackExchange/blackbox";
maintainers = with maintainers; [ ericsagnes ];
maintainers = with maintainers; [ ];
license = licenses.mit;
platforms = platforms.all;
};
-1
View File
@@ -77,7 +77,6 @@ stdenv.mkDerivation (finalAttrs: {
# See: https://github.com/NixOS/nixpkgs/issues/279226
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [
ericsagnes
synthetica
eljamm
];
+1 -1
View File
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
description = "Hiragana text to Kana Kanji mixed text Japanese input method";
homepage = "https://anthy.osdn.jp/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ericsagnes ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
-1
View File
@@ -142,7 +142,6 @@ stdenv.mkDerivation (finalAttrs: {
lgpl3Only
];
maintainers = with maintainers; [
ericsagnes
lovesegfault
techknowlogick
kiike
+1 -1
View File
@@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://groonga.org/";
description = "Open-source fulltext search engine and column store";
license = lib.licenses.lgpl21;
maintainers = [ lib.maintainers.ericsagnes ];
maintainers = [ ];
platforms = lib.platforms.all;
longDescription = ''
Groonga is an open-source fulltext search engine and column store.
+1 -1
View File
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/enkore/j4-dmenu-desktop";
license = licenses.gpl3Only;
mainProgram = "j4-dmenu-desktop";
maintainers = with maintainers; [ ericsagnes ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
})
+1 -1
View File
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
maintainers = with maintainers; [ ericsagnes ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
-1
View File
@@ -26,7 +26,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://chewing.im/";
license = licenses.lgpl21Only;
maintainers = with maintainers; [
ericsagnes
ShamrockLee
];
platforms = platforms.all;
-1
View File
@@ -51,7 +51,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
linsui
ericsagnes
];
platforms = lib.platforms.linux;
};
-1
View File
@@ -106,7 +106,6 @@ buildBazelPackage rec {
license = licenses.free;
platforms = platforms.linux;
maintainers = with maintainers; [
ericsagnes
pineapplehunter
];
};
+1 -1
View File
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/patroclos/PAmix/releases/tag/${finalAttrs.version}";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ericsagnes ];
maintainers = with lib.maintainers; [ ];
mainProgram = "pamix";
};
})
+1 -1
View File
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
mainProgram = "ponymix";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ ericsagnes ];
maintainers = with maintainers; [ ];
};
}
+1 -1
View File
@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Nix based static site generator";
maintainers = with maintainers; [ ericsagnes ];
maintainers = with maintainers; [ ];
homepage = "https://styx-static.github.io/styx-site/";
downloadPage = "https://github.com/styx-static/styx/";
platforms = platforms.all;
-1
View File
@@ -58,7 +58,6 @@ buildRubyGem rec {
license = licenses.mit;
maintainers = with maintainers; [
auntie
ericsagnes
];
platforms = platforms.unix;
mainProgram = "tmuxinator";
@@ -89,7 +89,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.wireguard.com/";
license = licenses.gpl2Only;
maintainers = with maintainers; [
ericsagnes
zx2c4
globin
ma27
@@ -42,6 +42,6 @@ buildPythonPackage rec {
changelog = "https://github.com/pydanny/cached-property/releases/tag/${version}";
license = licenses.bsd3;
platforms = platforms.unix;
maintainers = with maintainers; [ ericsagnes ];
maintainers = with maintainers; [ ];
};
}
@@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "Wrapper for the pocket API";
homepage = "https://github.com/tapanpandita/pocket";
license = licenses.bsd3;
maintainers = with maintainers; [ ericsagnes ];
maintainers = with maintainers; [ ];
};
}
@@ -101,6 +101,6 @@ buildPythonPackage {
changelog = "https://github.com/pytorch/vision/releases/tag/v${version}";
license = lib.licenses.bsd3;
platforms = with lib.platforms; linux ++ lib.optionals (!cudaSupport) darwin;
maintainers = with lib.maintainers; [ ericsagnes ];
maintainers = with lib.maintainers; [ ];
};
}
@@ -54,8 +54,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/fujiwarat/ibus-anthy";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [
ericsagnes
];
maintainers = with maintainers; [ ];
};
}
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
mainProgram = "ibus-setup-hangul";
homepage = "https://github.com/libhangul/ibus-hangul";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ericsagnes ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
@@ -69,7 +69,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
linsui
ericsagnes
];
platforms = lib.platforms.linux;
};
@@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/ibus/ibus-m17n";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ ericsagnes ];
maintainers = with maintainers; [ ];
};
}
-1
View File
@@ -174,7 +174,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
ericsagnes
oxij
];
};