maintainers: drop thammers
This commit is contained in:
@@ -25743,12 +25743,6 @@
|
||||
githubId = 102452;
|
||||
name = "Niclas Thall";
|
||||
};
|
||||
thammers = {
|
||||
email = "jawr@gmx.de";
|
||||
github = "tobias-hammerschmidt";
|
||||
githubId = 2543259;
|
||||
name = "Tobias Hammerschmidt";
|
||||
};
|
||||
thanegill = {
|
||||
email = "me@thanegill.com";
|
||||
github = "thanegill";
|
||||
|
||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
homepage = "https://savannah.nongnu.org/projects/flvstreamer";
|
||||
|
||||
maintainers = [ lib.maintainers.thammers ];
|
||||
maintainers = [ ];
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -118,7 +118,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "tmux";
|
||||
maintainers = with lib.maintainers; [
|
||||
thammers
|
||||
fpletz
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user