maintainers: drop fadenb

Mostly inactive since 2024, does not react to maintainer pings.
This commit is contained in:
Wolfgang Walther
2025-12-02 16:34:19 +01:00
parent 8d4ee719c1
commit 4612051283
13 changed files with 0 additions and 18 deletions
-6
View File
@@ -8322,12 +8322,6 @@
githubId = 88741530;
name = "Fabian Rigoll";
};
fadenb = {
email = "tristan.helmich+nixos@gmail.com";
github = "fadenb";
githubId = 878822;
name = "Tristan Helmich";
};
famfo = {
name = "famfo";
email = "famfo+nixpkgs@famfo.xyz";
-1
View File
@@ -640,7 +640,6 @@ with lib.maintainers;
matrix = {
members = [
ma27
fadenb
mguentner
dandellion
nickcao
-1
View File
@@ -20,7 +20,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.pc-tools.net/unix/grepcidr/";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = [ maintainers.fadenb ];
mainProgram = "grepcidr";
};
}
-1
View File
@@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
homepage = "https://r-wos.org/hacks/gti";
license = licenses.mit;
description = "Humorous typo-based git runner; drives a car over the terminal";
maintainers = with maintainers; [ fadenb ];
platforms = platforms.unix;
mainProgram = "gti";
};
@@ -29,6 +29,5 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/hashcat/hashcat-utils";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ fadenb ];
};
}
-1
View File
@@ -39,7 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/DanielAdolfsson/ndppd";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ fadenb ];
mainProgram = "ndppd";
};
}
-1
View File
@@ -41,7 +41,6 @@ stdenv.mkDerivation {
description = "Simple NNTP proxy with SSL support";
homepage = "https://github.com/nieluj/nntp-proxy";
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.fadenb ];
platforms = lib.platforms.all;
mainProgram = "nntp-proxy";
};
-1
View File
@@ -200,7 +200,6 @@ buildDotnetModule {
homepage = "https://sonarr.tv";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
fadenb
purcell
tie
niklaskorz
@@ -29,7 +29,6 @@ buildGoModule {
homepage = "https://github.com/parse-nl/SystemdJournal2Gelf";
license = licenses.bsd2;
maintainers = with maintainers; [
fadenb
fpletz
];
mainProgram = "SystemdJournal2Gelf";
-1
View File
@@ -35,7 +35,6 @@ stdenv.mkDerivation rec {
description = "Encrypted UDP based FTP with multicast";
homepage = "https://uftp-multicast.sourceforge.net/";
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.fadenb ];
platforms = with lib.platforms; linux ++ darwin;
};
}
@@ -32,6 +32,5 @@ buildPythonPackage rec {
homepage = "https://github.com/daviddrysdale/python-phonenumbers";
changelog = "https://github.com/daviddrysdale/python-phonenumbers/blob/v${version}/python/HISTORY.md";
license = licenses.asl20;
maintainers = with maintainers; [ fadenb ];
};
}
-1
View File
@@ -32,7 +32,6 @@ let
homepage = "https://www.elastic.co/products/beats";
license = licenses.asl20;
maintainers = with maintainers; [
fadenb
basvandijk
dfithian
];
-1
View File
@@ -32,7 +32,6 @@ let
nativeBuildInputs = [ unzip ];
meta = a.meta // {
platforms = graylogPackage.meta.platforms;
maintainers = (a.meta.maintainers or [ ]) ++ [ maintainers.fadenb ];
sourceProvenance = with sourceTypes; [ binaryBytecode ];
};
}