diff --git a/nixos/modules/security/please.nix b/nixos/modules/security/please.nix index 9c3b6c4bca6a..dcc3a63384b8 100644 --- a/nixos/modules/security/please.nix +++ b/nixos/modules/security/please.nix @@ -122,6 +122,6 @@ in usshAuth = true; }; - meta.maintainers = with lib.maintainers; [ azahi ]; + meta.maintainers = [ ]; }; } diff --git a/nixos/tests/please.nix b/nixos/tests/please.nix index 9efd9649ec0f..6b461bff4938 100644 --- a/nixos/tests/please.nix +++ b/nixos/tests/please.nix @@ -2,7 +2,7 @@ import ./make-test-python.nix ( { lib, ... }: { name = "please"; - meta.maintainers = with lib.maintainers; [ azahi ]; + meta.maintainers = [ ]; nodes.machine = { ... }: diff --git a/pkgs/applications/misc/cambrinary/default.nix b/pkgs/applications/misc/cambrinary/default.nix index f2db2829a3ac..f659a043e09a 100644 --- a/pkgs/applications/misc/cambrinary/default.nix +++ b/pkgs/applications/misc/cambrinary/default.nix @@ -36,6 +36,6 @@ buildPythonApplication { homepage = "https://github.com/xueyuanl/cambrinary"; license = licenses.gpl3Only; platforms = platforms.unix; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; }; } diff --git a/pkgs/applications/networking/cluster/helm/plugins/helm-cm-push.nix b/pkgs/applications/networking/cluster/helm/plugins/helm-cm-push.nix index f62421e7329b..825b8e1f7780 100644 --- a/pkgs/applications/networking/cluster/helm/plugins/helm-cm-push.nix +++ b/pkgs/applications/networking/cluster/helm/plugins/helm-cm-push.nix @@ -43,6 +43,6 @@ buildGoModule rec { description = "Helm plugin to push chart package to ChartMuseum"; homepage = "https://github.com/chartmuseum/helm-push"; license = licenses.asl20; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ai/aixlog/package.nix b/pkgs/by-name/ai/aixlog/package.nix index f8e7253d303c..4504e8f964f2 100644 --- a/pkgs/by-name/ai/aixlog/package.nix +++ b/pkgs/by-name/ai/aixlog/package.nix @@ -32,6 +32,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/badaix/aixlog"; changelog = "https://github.com/badaix/aixlog/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/az/azmq/package.nix b/pkgs/by-name/az/azmq/package.nix index 2ec9e1cf2bbe..dae49a64b758 100644 --- a/pkgs/by-name/az/azmq/package.nix +++ b/pkgs/by-name/az/azmq/package.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation { homepage = "https://github.com/zeromq/azmq"; license = licenses.boost; description = "C++ language binding library integrating ZeroMQ with Boost Asio"; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/be/bencode/package.nix b/pkgs/by-name/be/bencode/package.nix index b3df112d9101..776f1dcddf0d 100644 --- a/pkgs/by-name/be/bencode/package.nix +++ b/pkgs/by-name/be/bencode/package.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/fbdtemme/bencode"; changelog = "https://github.com/fbdtemme/bencode/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; platforms = platforms.unix; # Broken because the default stdenv on these targets doesn't support C++20. broken = with stdenv; isDarwin || (isLinux && isAarch64); diff --git a/pkgs/by-name/bo/boulder/package.nix b/pkgs/by-name/bo/boulder/package.nix index aca011e0fba2..8d0b80f0d68e 100644 --- a/pkgs/by-name/bo/boulder/package.nix +++ b/pkgs/by-name/bo/boulder/package.nix @@ -319,6 +319,6 @@ buildGoModule rec { ''; license = licenses.mpl20; mainProgram = "boulder"; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/fe/fetchit/package.nix b/pkgs/by-name/fe/fetchit/package.nix index 9269a39bce4a..9e77a9154615 100644 --- a/pkgs/by-name/fe/fetchit/package.nix +++ b/pkgs/by-name/fe/fetchit/package.nix @@ -80,7 +80,7 @@ buildGoModule rec { homepage = "https://fetchit.readthedocs.io"; changelog = "https://github.com/containers/fetchit/releases/tag/${src.rev}"; license = licenses.agpl3Plus; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/fo/focus/package.nix b/pkgs/by-name/fo/focus/package.nix index ac66ed07877a..40963c320cbe 100644 --- a/pkgs/by-name/fo/focus/package.nix +++ b/pkgs/by-name/fo/focus/package.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation { ''; homepage = "https://github.com/phillbush/focus"; license = licenses.publicDomain; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/go/gox/package.nix b/pkgs/by-name/go/gox/package.nix index d78d74191fee..8ff5fda50bf1 100644 --- a/pkgs/by-name/go/gox/package.nix +++ b/pkgs/by-name/go/gox/package.nix @@ -33,6 +33,6 @@ buildGoModule rec { description = "Dead simple, no frills Go cross compile tool"; mainProgram = "gox"; license = licenses.mpl20; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/im/imtui/package.nix b/pkgs/by-name/im/imtui/package.nix index 719868d340cd..4bb5187ab518 100644 --- a/pkgs/by-name/im/imtui/package.nix +++ b/pkgs/by-name/im/imtui/package.nix @@ -65,7 +65,7 @@ stdenv.mkDerivation rec { homepage = "https://imtui.ggerganov.com"; changelog = "https://github.com/ggerganov/imtui/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/kr/krr/package.nix b/pkgs/by-name/kr/krr/package.nix index 824d0c2796b9..e8a6eaa8d6c5 100644 --- a/pkgs/by-name/kr/krr/package.nix +++ b/pkgs/by-name/kr/krr/package.nix @@ -67,7 +67,7 @@ python3.pkgs.buildPythonPackage rec { homepage = "https://github.com/robusta-dev/krr"; changelog = "https://github.com/robusta-dev/krr/releases/tag/v${src.rev}"; license = licenses.mit; - maintainers = with lib.maintainers; [ azahi ]; + maintainers = [ ]; mainProgram = "krr"; }; } diff --git a/pkgs/by-name/li/linux_logo/package.nix b/pkgs/by-name/li/linux_logo/package.nix index c252aab25982..85da3509bd6c 100644 --- a/pkgs/by-name/li/linux_logo/package.nix +++ b/pkgs/by-name/li/linux_logo/package.nix @@ -28,7 +28,7 @@ stdenv.mkDerivation rec { homepage = "http://www.deater.net/weave/vmwprod/linux_logo"; changelog = "https://github.com/deater/linux_logo/blob/${src.rev}/CHANGES"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/mi/miniplayer/package.nix b/pkgs/by-name/mi/miniplayer/package.nix index abb54413638a..bf8a6228ca94 100644 --- a/pkgs/by-name/mi/miniplayer/package.nix +++ b/pkgs/by-name/mi/miniplayer/package.nix @@ -38,6 +38,6 @@ buildPythonApplication rec { description = "Curses-based MPD client with basic functionality that can also display an album art"; homepage = "https://github.com/GuardKenzie/miniplayer"; license = licenses.mit; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/pl/please/package.nix b/pkgs/by-name/pl/please/package.nix index 7c998388080c..d991fee33649 100644 --- a/pkgs/by-name/pl/please/package.nix +++ b/pkgs/by-name/pl/please/package.nix @@ -49,7 +49,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://www.usenix.org.uk/content/please.html"; changelog = "https://github.com/edneville/please/blob/${src.rev}/CHANGELOG.md"; license = licenses.gpl3Only; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/pm/pmenu/package.nix b/pkgs/by-name/pm/pmenu/package.nix index f61fdc5859e2..5905b02197bc 100644 --- a/pkgs/by-name/pm/pmenu/package.nix +++ b/pkgs/by-name/pm/pmenu/package.nix @@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: { stdin, shows a menu for the user to select one of the options, and outputs the option selected to stdout. ''; - maintainers = [ lib.maintainers.azahi ]; + maintainers = [ ]; platforms = lib.platforms.unix; mainProgram = "pmenu"; }; diff --git a/pkgs/by-name/po/popl/package.nix b/pkgs/by-name/po/popl/package.nix index 35be9c51566f..023b283b670d 100644 --- a/pkgs/by-name/po/popl/package.nix +++ b/pkgs/by-name/po/popl/package.nix @@ -32,6 +32,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/badaix/popl"; changelog = "https://github.com/badaix/popl/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ps/psql2csv/package.nix b/pkgs/by-name/ps/psql2csv/package.nix index 1e010d10077c..aaef5311a9ce 100644 --- a/pkgs/by-name/ps/psql2csv/package.nix +++ b/pkgs/by-name/ps/psql2csv/package.nix @@ -44,7 +44,7 @@ stdenvNoCC.mkDerivation rec { description = "Tool to run a PostreSQL query and output the result as CSV"; homepage = "https://github.com/fphilipe/psql2csv"; license = licenses.mit; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; inherit (postgresql.meta) platforms; mainProgram = "psql2csv"; }; diff --git a/pkgs/by-name/sh/shod/package.nix b/pkgs/by-name/sh/shod/package.nix index 9bdd79ea1555..8686767a3a8c 100644 --- a/pkgs/by-name/sh/shod/package.nix +++ b/pkgs/by-name/sh/shod/package.nix @@ -52,7 +52,7 @@ stdenv.mkDerivation rec { ''; homepage = "https://github.com/phillbush/shod"; license = licenses.mit; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/wh/whatfiles/package.nix b/pkgs/by-name/wh/whatfiles/package.nix index ff4b74ad4835..2c6a81d505ea 100644 --- a/pkgs/by-name/wh/whatfiles/package.nix +++ b/pkgs/by-name/wh/whatfiles/package.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { description = "Log what files are accessed by any Linux process"; homepage = "https://github.com/spieglt/whatfiles"; license = licenses.gpl3Only; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; platforms = platforms.linux; mainProgram = "whatfiles"; }; diff --git a/pkgs/by-name/xm/xmcp/package.nix b/pkgs/by-name/xm/xmcp/package.nix index 26f4dcf7a5db..c2373f423f02 100644 --- a/pkgs/by-name/xm/xmcp/package.nix +++ b/pkgs/by-name/xm/xmcp/package.nix @@ -28,7 +28,7 @@ stdenv.mkDerivation { description = "Tiny color picker for X11"; homepage = "https://github.com/blblapco/xmcp"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; platforms = platforms.linux; mainProgram = "xmcp"; }; diff --git a/pkgs/by-name/xn/xnotify/package.nix b/pkgs/by-name/xn/xnotify/package.nix index 5dcbfb56024b..969a76eacd7b 100644 --- a/pkgs/by-name/xn/xnotify/package.nix +++ b/pkgs/by-name/xn/xnotify/package.nix @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { ''; homepage = "https://github.com/phillbush/xnotify"; license = licenses.mit; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; platforms = platforms.unix; mainProgram = "xnotify"; }; diff --git a/pkgs/by-name/xp/xprompt/package.nix b/pkgs/by-name/xp/xprompt/package.nix index 1d787c2df31b..bc10c7b44b66 100644 --- a/pkgs/by-name/xp/xprompt/package.nix +++ b/pkgs/by-name/xp/xprompt/package.nix @@ -56,7 +56,7 @@ stdenv.mkDerivation rec { ''; homepage = "https://github.com/phillbush/xprompt"; license = licenses.mit; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; platforms = platforms.unix; mainProgram = "xprompt"; }; diff --git a/pkgs/development/python-modules/prometheus-api-client/default.nix b/pkgs/development/python-modules/prometheus-api-client/default.nix index 6578c348c889..87d49ade583a 100644 --- a/pkgs/development/python-modules/prometheus-api-client/default.nix +++ b/pkgs/development/python-modules/prometheus-api-client/default.nix @@ -52,6 +52,6 @@ buildPythonPackage rec { homepage = "https://github.com/4n4nd/prometheus-api-client-python"; changelog = "https://github.com/4n4nd/prometheus-api-client-python/blob/${src.tag}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/prometrix/default.nix b/pkgs/development/python-modules/prometrix/default.nix index d22b9c353f2b..0d4bfec6d4cf 100644 --- a/pkgs/development/python-modules/prometrix/default.nix +++ b/pkgs/development/python-modules/prometrix/default.nix @@ -60,7 +60,7 @@ buildPythonPackage { ''; homepage = "https://github.com/robusta-dev/prometrix"; license = licenses.mit; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; # prometheus-api-client 0.5.5 is not working # https://github.com/robusta-dev/prometrix/issues/14 broken = versionAtLeast prometheus-api-client.version "0.5.3"; diff --git a/pkgs/games/exult/default.nix b/pkgs/games/exult/default.nix index 4f26dbed108a..1ac4db6a2ac7 100644 --- a/pkgs/games/exult/default.nix +++ b/pkgs/games/exult/default.nix @@ -73,7 +73,7 @@ stdenv.mkDerivation rec { ''; homepage = "http://exult.info"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ azahi ]; + maintainers = [ ]; mainProgram = "exult"; }; }