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