maintainers: remove fuzzy-id

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:50:46 +02:00
parent 883e38ae97
commit fa32663f50
4 changed files with 3 additions and 7 deletions

View file

@ -4453,10 +4453,6 @@
githubId = 17859309;
name = "Fuzen";
};
fuzzy-id = {
email = "hacking+nixos@babibo.de";
name = "Thomas Bach";
};
fxfactorial = {
email = "edgar.factorial@gmail.com";
github = "fxfactorial";

View file

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.brother.com/";
license = lib.licenses.unfree;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.fuzzy-id ];
maintainers = [ ];
};
}

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.brother.com/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = [ lib.maintainers.fuzzy-id ];
maintainers = [ ];
platforms = [ "i686-linux" ];
};
}

View file

@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
homepage = "https://haproxy.org";
changelog = "https://www.haproxy.org/download/${lib.versions.majorMinor version}/src/CHANGELOG";
license = with licenses; [ gpl2Plus lgpl21Only ];
maintainers = with maintainers; [ fuzzy-id ];
maintainers = with maintainers; [ ];
platforms = with platforms; linux ++ darwin;
};
}