maintainers: drop disassembler
Inactive since 2022, except for a single approval in 2024. Dropping according to maintainer guidelines.
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user