maintainers: update azahi (#535428)

This commit is contained in:
Yohann Boniface
2026-06-26 08:30:02 +00:00
committed by GitHub
14 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -2863,7 +2863,7 @@
azahi = {
name = "Azat Bahawi";
email = "azat@bahawi.net";
matrix = "@azahi:azahi.cc";
matrix = "@azahi:matrix.org";
github = "azahi";
githubId = 22211000;
keys = [ { fingerprint = "2688 0377 C31D 9E81 9BDF 83A8 C8C6 BDDB 3847 F72B"; } ];
@@ -158,5 +158,5 @@ in
networking.firewall.allowedTCPPorts = with cfg; lib.optionals openFirewall [ port ];
};
meta.maintainers = with lib.maintainers; [ azahi ];
meta.maintainers = [ ];
}
+1 -1
View File
@@ -1,7 +1,7 @@
{ lib, pkgs, ... }:
{
name = "endlessh-go";
meta.maintainers = with lib.maintainers; [ azahi ];
meta.maintainers = [ ];
nodes = {
server =
+1 -1
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";
};
})
-1
View File
@@ -53,7 +53,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
'';
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
azahi
peterhoeg
];
platforms = lib.platforms.unix;
-1
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
+1 -3
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);
+1 -1
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";
};
}
+1 -1
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 = [ ];
};
})
-1
View File
@@ -62,7 +62,6 @@ stdenv.mkDerivation (finalAttrs: {
];
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
azahi
lassulus
Gliczy
r4v3n6101
@@ -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 = [ ];
};
}
@@ -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;
};
}
@@ -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;
};
}
@@ -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;
};
}