maintainers: drop elitak
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -7674,12 +7674,6 @@
|
||||
githubId = 161958668;
|
||||
name = "Élise Souche";
|
||||
};
|
||||
elitak = {
|
||||
email = "elitak@gmail.com";
|
||||
github = "elitak";
|
||||
githubId = 769073;
|
||||
name = "Eric Litak";
|
||||
};
|
||||
elizagamedev = {
|
||||
email = "eliza@eliza.sh";
|
||||
github = "elizagamedev";
|
||||
|
||||
@@ -84,7 +84,6 @@ mkDerivation rec {
|
||||
"aarch64-linux"
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
elitak
|
||||
lopsided98
|
||||
];
|
||||
};
|
||||
|
||||
@@ -35,7 +35,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/Aorimn/dislocker/raw/${finalAttrs.src.rev}/CHANGELOG.md";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
elitak
|
||||
yuannan
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -183,7 +183,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"aarch64-linux"
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
elitak
|
||||
lopsided98
|
||||
wucke13
|
||||
xokdvium
|
||||
|
||||
@@ -224,7 +224,6 @@ let
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [
|
||||
Baughn
|
||||
elitak
|
||||
priegger
|
||||
lukegb
|
||||
];
|
||||
|
||||
@@ -29,7 +29,6 @@ buildGoModule rec {
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
Luflosi
|
||||
elitak
|
||||
];
|
||||
mainProgram = "fs-repo-migrations";
|
||||
};
|
||||
|
||||
@@ -44,7 +44,6 @@ buildGoModule rec {
|
||||
homepage = "https://livepeer.org";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
elitak
|
||||
bot-wxt1221
|
||||
];
|
||||
mainProgram = "livepeer";
|
||||
|
||||
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://sourceforge.net/projects/stm32flash/";
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.all; # Should work on all platforms
|
||||
maintainers = with lib.maintainers; [ elitak ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -46,6 +46,6 @@ stdenv.mkDerivation {
|
||||
homepage = "http://linux-sunxi.org/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.elitak ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -53,7 +53,7 @@ stdenv.mkDerivation {
|
||||
description = "Generates contact sheets from video files";
|
||||
homepage = "http://p.outlyer.net/vcs";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [ elitak ];
|
||||
maintainers = [ ];
|
||||
platforms = with lib.platforms; unix;
|
||||
mainProgram = "vcs";
|
||||
};
|
||||
|
||||
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://wraith.botpack.net/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ elitak ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/sibson/vncdotool";
|
||||
changelog = "https://github.com/sibson/vncdotool/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ elitak ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "vncdo";
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user