maintainers: drop disassembler

Inactive since 2022, except for a single approval in 2024. Dropping
according to maintainer guidelines.
This commit is contained in:
Wolfgang Walther
2026-01-10 22:15:19 +01:00
parent aa7f574386
commit 64c2a338d1
13 changed files with 0 additions and 18 deletions
-6
View File
@@ -6737,12 +6737,6 @@
githubId = 392583;
name = "Dirk-Willem van Gulik";
};
disassembler = {
email = "disasm@gmail.com";
github = "disassembler";
githubId = 651205;
name = "Samuel Leathers";
};
disserman = {
email = "disserman@gmail.com";
github = "divi255";
-1
View File
@@ -502,7 +502,6 @@ with lib.maintainers;
iog = {
members = [
cleverca22
disassembler
];
scope = "Input-Output Global employees, which maintain critical software";
shortName = "Input-Output Global employees";
-1
View File
@@ -49,7 +49,6 @@ stdenv.mkDerivation rec {
description = "Automatic device model synthesizer";
homepage = "https://github.com/Qucs/adms";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ disassembler ];
platforms = with lib.platforms; unix;
};
}
-1
View File
@@ -29,6 +29,5 @@ stdenv.mkDerivation rec {
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.gpl3;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ disassembler ];
};
}
@@ -39,6 +39,5 @@ buildGoModule rec {
mainProgram = "grafana-reporter";
homepage = "https://github.com/IzakMarais/reporter";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.disassembler ];
};
}
-1
View File
@@ -37,7 +37,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/timothytylee/iksemel-1.4";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ disassembler ];
platforms = lib.platforms.linux;
};
}
-1
View File
@@ -36,7 +36,6 @@ stdenv.mkDerivation {
description = "Genealogy tool with ncurses interface";
homepage = "https://lifelines.github.io/lifelines/";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.disassembler ];
platforms = lib.platforms.linux;
};
}
-1
View File
@@ -40,7 +40,6 @@ buildGoModule rec {
homepage = "https://github.com/mailhog/MailHog";
changelog = "https://github.com/mailhog/MailHog/releases/tag/v${version}";
maintainers = with lib.maintainers; [
disassembler
jojosch
];
license = lib.licenses.mit;
-1
View File
@@ -108,7 +108,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [
mic92
disassembler
nickcao
];
};
@@ -29,7 +29,6 @@ buildGoModule rec {
mainProgram = "surfboard_exporter";
homepage = "https://github.com/ipstatic/surfboard_exporter";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ disassembler ];
platforms = lib.platforms.unix;
};
}
@@ -39,6 +39,5 @@ buildPythonPackage rec {
description = "Python Kerberos 5 Credential Cache Collection Utilities";
homepage = "https://pagure.io/cccolutils";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ disassembler ];
};
}
@@ -22,6 +22,5 @@ buildPythonPackage rec {
description = "CLI python OpenID Connect client with token caching and management";
homepage = "https://github.com/puiterwijk";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ disassembler ];
};
}
@@ -22,6 +22,5 @@ buildPythonPackage rec {
description = "Lightweight way of building RPMs, and sabotaging them";
homepage = "https://pagure.io/rpmfluff";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ disassembler ];
};
}