treewide: remove azahi from maintainers
This commit is contained in:
parent
eddf400f33
commit
5f25aceff5
@ -122,6 +122,6 @@ in
|
||||
usshAuth = true;
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ azahi ];
|
||||
meta.maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -2,7 +2,7 @@ import ./make-test-python.nix (
|
||||
{ lib, ... }:
|
||||
{
|
||||
name = "please";
|
||||
meta.maintainers = with lib.maintainers; [ azahi ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
nodes.machine =
|
||||
{ ... }:
|
||||
|
@ -36,6 +36,6 @@ buildPythonApplication {
|
||||
homepage = "https://github.com/xueyuanl/cambrinary";
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ azahi ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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);
|
||||
|
@ -319,6 +319,6 @@ buildGoModule rec {
|
||||
'';
|
||||
license = licenses.mpl20;
|
||||
mainProgram = "boulder";
|
||||
maintainers = with maintainers; [ azahi ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
homepage = "https://github.com/phillbush/focus";
|
||||
license = licenses.publicDomain;
|
||||
maintainers = with maintainers; [ azahi ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://github.com/phillbush/shod";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ azahi ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
|
@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "http://exult.info";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ azahi ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "exult";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user