treewide: Drop infinisil as maintainer from most packages

I'm not going anywhere, I'm focusing my energy on other issues, and
getting pinged as a maintainer for packages is a bit distracting (also
I'm not using most of these packages anyways!)
This commit is contained in:
Silvan Mosberger 2024-04-09 17:26:37 +02:00
parent f5296a5b38
commit ea5dfeab93
40 changed files with 42 additions and 42 deletions

View File

@ -465,5 +465,5 @@ in
};
};
meta.maintainers = with maintainers; [ infinisil SlothOfAnarchy ];
meta.maintainers = with maintainers; [ SlothOfAnarchy ];
}

View File

@ -200,5 +200,5 @@ in {
};
};
meta.maintainers = with lib.maintainers; [ infinisil dotlambda ];
meta.maintainers = with lib.maintainers; [ dotlambda ];
}

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
description = "Program for representing sounds visually";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.infinisil ];
maintainers = [ ];
mainProgram = "synaesthesia";
};
}

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation {
description = "A collection of small bash scripts for heavy terminal users";
homepage = "https://github.com/alexanderepstein/Bash-Snippets";
license = licenses.mit;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -82,6 +82,6 @@ with python3.pkgs; buildPythonApplication rec {
homepage = "https://github.com/jarun/Buku";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ matthiasbeyer infinisil ];
maintainers = with maintainers; [ matthiasbeyer ];
};
}

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/lharding/tasknc";
description = "A ncurses wrapper around taskwarrior";
mainProgram = "tasknc";
maintainers = with maintainers; [ matthiasbeyer infinisil ];
maintainers = with maintainers; [ matthiasbeyer ];
platforms = platforms.linux; # Cannot test others
license = licenses.mit;
};

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/M4444/TMatrix";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ infinisil Br1ght0ne ];
maintainers = with maintainers; [ Br1ght0ne ];
mainProgram = "tmatrix";
};
}

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.soimort.org/translate-shell";
description = "Command-line translator using Google Translate, Bing Translator, Yandex.Translate, and Apertium";
license = licenses.unlicense;
maintainers = with maintainers; [ ebzzry infinisil ];
maintainers = with maintainers; [ ebzzry ];
mainProgram = "trans";
platforms = platforms.unix;
};

View File

@ -63,7 +63,7 @@ mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
# See: https://cancel.fm/ripcord/shareware-redistribution/
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -51,7 +51,7 @@ let
mainProgram = "mumble-server";
homepage = "https://mumble.info";
license = licenses.bsd3;
maintainers = with maintainers; [ infinisil felixsinger lilacious ];
maintainers = with maintainers; [ felixsinger lilacious ];
platforms = platforms.linux;
};
});

View File

@ -37,7 +37,7 @@ in
description = "Request backlog for IRC channels.";
homepage = "https://github.com/fruitiex/znc-backlog/";
license = licenses.asl20;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
};
};

View File

@ -22,6 +22,6 @@ with python3.pkgs; buildPythonApplication rec {
mainProgram = "almonds";
homepage = "https://github.com/Tenchi2xh/Almonds";
license = licenses.mit;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
};
}

View File

@ -21,7 +21,7 @@
platforms = lib.platforms.all;
homepage = "https://github.com/bats-core/bats-assert";
license = lib.licenses.cc0;
maintainers = with lib.maintainers; [ infinisil ];
maintainers = [ ];
};
});
@ -47,7 +47,7 @@
platforms = lib.platforms.all;
homepage = "https://github.com/bats-core/bats-file";
license = lib.licenses.cc0;
maintainers = with lib.maintainers; [ infinisil ];
maintainers = [ ];
};
});
@ -98,7 +98,7 @@
platforms = lib.platforms.all;
homepage = "https://github.com/bats-core/bats-support";
license = lib.licenses.cc0;
maintainers = with lib.maintainers; [ infinisil ];
maintainers = [ ];
};
});
}

View File

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
description = "Library with common code used by the libraries and tools around the libimobiledevice project";
license = licenses.lgpl21Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
};
}

View File

@ -77,6 +77,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.lgpl21Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
};
}

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
description = "A library to handle Apple Property List format in binary or XML";
homepage = "https://github.com/libimobiledevice/libplist";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
platforms = platforms.unix;
mainProgram = "plistutil";
};

View File

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/libimobiledevice/libusbmuxd";
license = licenses.lgpl21Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
};
}

View File

@ -48,6 +48,6 @@ buildPythonPackage rec {
homepage = "https://github.com/azlux/pymumble";
changelog = "https://github.com/azlux/pymumble/releases/tag/${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ thelegy infinisil ];
maintainers = with maintainers; [ thelegy ];
};
}

View File

@ -32,6 +32,6 @@ buildPythonPackage rec {
description = "Python client for the https://api.radio-browser.info";
homepage = "https://github.com/andreztz/pyradios";
license = licenses.mit;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
};
}

View File

@ -43,6 +43,6 @@ buildPythonPackage rec {
description = "Ctypes-based simple MagickWand API binding for Python";
homepage = "http://wand-py.org/";
license = [ licenses.mit ];
maintainers = with maintainers; [ infinisil dotlambda ];
maintainers = with maintainers; [ dotlambda ];
};
}

View File

@ -147,7 +147,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Official launcher for Minecraft, a sandbox-building game";
homepage = "https://minecraft.net";
maintainers = with maintainers; [ cpages ryantm infinisil ];
maintainers = with maintainers; [ cpages ryantm ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/jmoon018/PacVim";
description = "A game that teaches you vim commands";
mainProgram = "pacvim";
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
license = licenses.lgpl3;
platforms = platforms.unix;
};

View File

@ -110,6 +110,6 @@ crystal.buildCrystalPackage rec {
mainProgram = "invidious";
homepage = "https://invidious.io/";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ infinisil sbruder ];
maintainers = with maintainers; [ sbruder ];
};
}

View File

@ -46,6 +46,6 @@ python3.pkgs.buildPythonApplication rec {
on mobile phones or computers.
'';
license = licenses.gpl3Plus;
maintainers = with maintainers; [ edwtjo pSub infinisil ];
maintainers = with maintainers; [ edwtjo pSub ];
};
}

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.hpnd;
homepage = "https://shantanugoel.com/2008/09/03/shantz-xwinwrap/";
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "xwinwrap";
};

View File

@ -151,7 +151,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/azlux/botamusique";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
mainProgram = "botamusique";
};
}

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.lgpl21Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
mainProgram = "ifuse";
};
}

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
Fan Gu and Xiamu Niu.
'';
license = licenses.mit;
maintainers = [ maintainers.infinisil ];
maintainers = [ ];
platforms = platforms.unix;
mainProgram = "blockhash";
};

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation {
# to be free since it's from IJG, the current maintainers of libjpeg
license = licenses.free;
platforms = platforms.all;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
mainProgram = "jpegexiforient";
};
}

View File

@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
description = "Scriptable, curses-based, digital habit tracker";
homepage = "https://github.com/NerdyPepper/dijo";
license = licenses.mit;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
mainProgram = "dijo";
};
}

View File

@ -22,7 +22,7 @@ buildNpmPackage rec {
description = "Command line management interface to Philips Hue";
homepage = "https://github.com/bahamas10/hueadm";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ infinisil ];
maintainers = [ ];
mainProgram = "hueadm";
};
}

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ aristid infinisil ];
maintainers = with maintainers; [ aristid ];
mainProgram = "ideviceinstaller";
};
}

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
effect seen in the 1992 movie Sneakers.
'';
license = licenses.gpl3;
maintainers = [ maintainers.infinisil ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -28,7 +28,7 @@ buildPythonApplication rec {
program arguments are specified it shows the current date, time and
timezone.
'';
maintainers = [ maintainers.infinisil ];
maintainers = [ ];
license = licenses.gpl3;
mainProgram = "pdd";
};

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation {
'';
license = licenses.mit;
homepage = "https://github.com/simonccarter/sta";
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
platforms = platforms.all;
badPlatforms = platforms.darwin;
mainProgram = "sta";

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
mainProgram = "usbmuxd";
};
}

View File

@ -42,7 +42,7 @@ in rustPlatform.buildRustPackage rec {
description = "A WebExtension for Buku, a command-line bookmark manager";
homepage = "https://github.com/SamHH/bukubrow-host";
license = licenses.gpl3;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
mainProgram = "bukubrow";
};
}

View File

@ -34,7 +34,7 @@ buildGoModule rec {
description = "Universal dark theme for Firefox while adhering to the modern design principles set by Mozilla";
homepage = "https://overdodactyl.github.io/ShadowFox/";
license = licenses.mit;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
mainProgram = "shadowfox-updater";
};
}

View File

@ -69,6 +69,6 @@ buildGoModule rec {
mainProgram = "browserpass";
homepage = "https://github.com/browserpass/browserpass-native";
license = licenses.isc;
maintainers = with maintainers; [ rvolosatovs infinisil ];
maintainers = with maintainers; [ rvolosatovs ];
};
}

View File

@ -30,7 +30,7 @@ python3Packages.buildPythonPackage rec {
homepage = "https://amanusk.github.io/s-tui/";
description = "Stress-Terminal UI monitoring tool";
license = licenses.gpl2;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
broken = stdenv.isDarwin; # https://github.com/amanusk/s-tui/issues/49
mainProgram = "s-tui";
};