treewide: remove azahi from maintainers

This commit is contained in:
azahi 2025-04-06 14:24:01 +03:00
parent eddf400f33
commit 5f25aceff5
No known key found for this signature in database
27 changed files with 27 additions and 27 deletions

View File

@ -122,6 +122,6 @@ in
usshAuth = true;
};
meta.maintainers = with lib.maintainers; [ azahi ];
meta.maintainers = [ ];
};
}

View File

@ -2,7 +2,7 @@ import ./make-test-python.nix (
{ lib, ... }:
{
name = "please";
meta.maintainers = with lib.maintainers; [ azahi ];
meta.maintainers = [ ];
nodes.machine =
{ ... }:

View File

@ -36,6 +36,6 @@ buildPythonApplication {
homepage = "https://github.com/xueyuanl/cambrinary";
license = licenses.gpl3Only;
platforms = platforms.unix;
maintainers = with maintainers; [ azahi ];
maintainers = [ ];
};
}

View File

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

View File

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

View File

@ -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;
};
}

View File

@ -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);

View File

@ -319,6 +319,6 @@ buildGoModule rec {
'';
license = licenses.mpl20;
mainProgram = "boulder";
maintainers = with maintainers; [ azahi ];
maintainers = [ ];
};
}

View File

@ -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;
};
}

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation {
'';
homepage = "https://github.com/phillbush/focus";
license = licenses.publicDomain;
maintainers = with maintainers; [ azahi ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

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

View File

@ -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;
};
}

View File

@ -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";
};
}

View File

@ -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;
};
}

View File

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

View File

@ -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;
};
}

View File

@ -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";
};

View File

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

View File

@ -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";
};

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/phillbush/shod";
license = licenses.mit;
maintainers = with maintainers; [ azahi ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -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";
};

View File

@ -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";
};

View File

@ -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";
};

View File

@ -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";
};

View File

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

View File

@ -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";

View File

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://exult.info";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ azahi ];
maintainers = [ ];
mainProgram = "exult";
};
}