1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 17:46:29 +09:00

treewide: remove inactive maintainer ericsagnes

This commit is contained in:
Arnout Engelen 2025-04-17 12:15:49 +02:00
parent 9bebe64e7e
commit eb9ce0eed3
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA
26 changed files with 16 additions and 33 deletions

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";

View file

@ -22,7 +22,7 @@ file.
};
meta = {
maintainers = with lib.maintainers; [ ericsagnes ];
maintainers = with lib.maintainers; [ ];
doc = ./default.md;
buildDocsInSandbox = true;
};

View file

@ -113,7 +113,7 @@ in
};
meta = {
maintainers = with lib.maintainers; [ ericsagnes ];
maintainers = with lib.maintainers; [ ];
doc = ./default.md;
};

View file

@ -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;
};

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
];

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;
};

View file

@ -142,7 +142,6 @@ stdenv.mkDerivation (finalAttrs: {
lgpl3Only
];
maintainers = with maintainers; [
ericsagnes
lovesegfault
techknowlogick
kiike

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.

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;
};
})

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
maintainers = with maintainers; [ ericsagnes ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};

View file

@ -26,7 +26,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://chewing.im/";
license = licenses.lgpl21Only;
maintainers = with maintainers; [
ericsagnes
ShamrockLee
];
platforms = platforms.all;

View file

@ -51,7 +51,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
linsui
ericsagnes
];
platforms = lib.platforms.linux;
};

View file

@ -106,7 +106,6 @@ buildBazelPackage rec {
license = licenses.free;
platforms = platforms.linux;
maintainers = with maintainers; [
ericsagnes
pineapplehunter
];
};

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";
};
})

View file

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
mainProgram = "ponymix";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ ericsagnes ];
maintainers = with maintainers; [ ];
};
}

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;

View file

@ -58,7 +58,6 @@ buildRubyGem rec {
license = licenses.mit;
maintainers = with maintainers; [
auntie
ericsagnes
];
platforms = platforms.unix;
mainProgram = "tmuxinator";

View file

@ -89,7 +89,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.wireguard.com/";
license = licenses.gpl2Only;
maintainers = with maintainers; [
ericsagnes
zx2c4
globin
ma27

View file

@ -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; [ ];
};
}

View file

@ -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; [ ];
};
}

View file

@ -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; [ ];
};
}

View file

@ -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; [ ];
};
}

View file

@ -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;
};
}

View file

@ -69,7 +69,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
linsui
ericsagnes
];
platforms = lib.platforms.linux;
};

View file

@ -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; [ ];
};
}

View file

@ -174,7 +174,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
ericsagnes
oxij
];
};