Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: Drop infinisil as maintainer from most packages #302858

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nixos/modules/services/backup/znapzend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -465,5 +465,5 @@ in
};
};

meta.maintainers = with maintainers; [ infinisil SlothOfAnarchy ];
meta.maintainers = with maintainers; [ SlothOfAnarchy ];
}
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/radicale.nix
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,5 @@ in {
};
};

meta.maintainers = with lib.maintainers; [ infinisil dotlambda ];
meta.maintainers = with lib.maintainers; [ dotlambda ];
}
2 changes: 1 addition & 1 deletion pkgs/applications/audio/synaesthesia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/bashSnippets/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/buku/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/tasknc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/tmatrix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/translate-shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/networking/mumble/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
});
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/znc/modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [ ];
};
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/almonds/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [ ];
};
}
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/bats/libraries.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [ ];
};
});

Expand All @@ -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 = [ ];
};
});

Expand Down Expand Up @@ -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 = [ ];
};
});
}
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libimobiledevice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.lgpl21Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libplist/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libusbmuxd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/libimobiledevice/libusbmuxd";
license = licenses.lgpl21Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pymumble/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pyradios/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/wand/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/games/minecraft/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/games/pacvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/invidious/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/radicale/2.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/X11/xwinwrap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/audio/botamusique/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/filesystems/ifuse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.lgpl21Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
mainProgram = "ifuse";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/graphics/blockhash/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
Fan Gu and Xiamu Niu.
'';
license = licenses.mit;
maintainers = [ maintainers.infinisil ];
maintainers = [ ];
platforms = platforms.unix;
mainProgram = "blockhash";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/graphics/jpegexiforient/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/dijo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/hueadm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/ideviceinstaller/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ aristid infinisil ];
maintainers = with maintainers; [ aristid ];
mainProgram = "ideviceinstaller";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/nms/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
effect seen in the 1992 movie Sneakers.
'';
license = licenses.gpl3;
maintainers = [ maintainers.infinisil ];
maintainers = [ ];
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/pdd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/misc/sta/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/misc/usbmuxd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ infinisil ];
maintainers = [ ];
mainProgram = "usbmuxd";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/networking/bukubrow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/networking/shadowfox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/security/browserpass/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/system/s-tui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down