treewide: remove azahi from maintainers

This commit is contained in:
azahi 2026-06-26 02:23:41 +03:00
commit 900dfaee6f
No known key found for this signature in database
13 changed files with 10 additions and 15 deletions

View file

@ -158,5 +158,5 @@ in
networking.firewall.allowedTCPPorts = with cfg; lib.optionals openFirewall [ port ];
};
meta.maintainers = with lib.maintainers; [ azahi ];
meta.maintainers = [ ];
}

View file

@ -1,7 +1,7 @@
{ lib, pkgs, ... }:
{
name = "endlessh-go";
meta.maintainers = with lib.maintainers; [ azahi ];
meta.maintainers = [ ];
nodes = {
server =

View file

@ -34,7 +34,7 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/shizunge/endlessh-go";
changelog = "https://github.com/shizunge/endlessh-go/releases/tag/${finalAttrs.version}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ azahi ];
maintainers = [ ];
mainProgram = "endlessh-go";
};
})

View file

@ -53,7 +53,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
'';
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
azahi
peterhoeg
];
platforms = lib.platforms.unix;

View file

@ -120,7 +120,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl3Plus;
platforms = with lib.platforms; linux ++ darwin;
maintainers = with lib.maintainers; [
azahi
lassulus
Gliczy
r4v3n6101

View file

@ -101,9 +101,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/yvt/openspades/";
license = lib.licenses.gpl3;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [
azahi
];
maintainers = [ ];
# never built on aarch64-linux since first introduction in nixpkgs
broken =
stdenv.hostPlatform.isDarwin || (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64);

View file

@ -58,7 +58,7 @@ stdenv.mkDerivation {
homepage = "https://zdl.vectec.net";
license = lib.licenses.gpl3Only;
inherit (libsForQt5.qtbase.meta) platforms;
maintainers = [ lib.maintainers.azahi ];
maintainers = [ ];
mainProgram = "zdl";
};
}

View file

@ -29,6 +29,6 @@ buildGoModule (finalAttrs: {
mainProgram = "webhook";
homepage = "https://github.com/adnanh/webhook";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ azahi ];
maintainers = [ ];
};
})

View file

@ -62,7 +62,6 @@ stdenv.mkDerivation (finalAttrs: {
];
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
azahi
lassulus
Gliczy
r4v3n6101

View file

@ -35,6 +35,6 @@ buildPythonPackage rec {
homepage = "https://github.com/didix21/mdutils";
changelog = "https://github.com/didix21/mdutils/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.azahi ];
maintainers = [ ];
};
}

View file

@ -7,7 +7,7 @@ grafanaPlugin {
meta = {
description = "Redis Application plugin for Grafana";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ azahi ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}

View file

@ -7,7 +7,7 @@ grafanaPlugin {
meta = {
description = "Redis Data Source for Grafana";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ azahi ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}

View file

@ -7,7 +7,7 @@ grafanaPlugin {
meta = {
description = "Redis Explorer plugin for Grafana";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ azahi ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}