mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
treewide: remove azahi from maintainers
This commit is contained in:
parent
7965df472f
commit
900dfaee6f
13 changed files with 10 additions and 15 deletions
|
|
@ -158,5 +158,5 @@ in
|
|||
networking.firewall.allowedTCPPorts = with cfg; lib.optionals openFirewall [ port ];
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ azahi ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
name = "endlessh-go";
|
||||
meta.maintainers = with lib.maintainers; [ azahi ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
nodes = {
|
||||
server =
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -53,7 +53,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
|||
'';
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
azahi
|
||||
peterhoeg
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,6 +29,6 @@ buildGoModule (finalAttrs: {
|
|||
mainProgram = "webhook";
|
||||
homepage = "https://github.com/adnanh/webhook";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ azahi ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue