3
0
Fork 0
forked from mirrors/nixpkgs

maintainers: remove muflax

github account deleted
This commit is contained in:
ajs124 2022-06-23 00:50:22 +02:00
parent a0718341e6
commit eec156df9c
5 changed files with 4 additions and 10 deletions

View file

@ -8883,12 +8883,6 @@
githubId = 220262;
name = "Ion Mudreac";
};
muflax = {
email = "mail@muflax.com";
github = "muflax";
githubId = 69918;
name = "Stefan Dorn";
};
multun = {
email = "victor.collod@epita.fr";
github = "multun";

View file

@ -119,7 +119,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Clozure Common Lisp";
homepage = "https://ccl.clozure.com/";
maintainers = with maintainers; [ raskin muflax tohl ];
maintainers = with maintainers; [ raskin tohl ];
platforms = attrNames options;
# assembler failures during build, x86_64-darwin broken since 2020-10-14
broken = (stdenv.isDarwin && stdenv.isx86_64);

View file

@ -90,6 +90,6 @@ with py.pkgs; buildPythonApplication rec {
homepage = "https://aws.amazon.com/cli/";
description = "Unified tool to manage your AWS services";
license = licenses.asl20;
maintainers = with maintainers; [ muflax ];
maintainers = with maintainers; [ ];
};
}

View file

@ -60,6 +60,6 @@ stdenv.mkDerivation {
'';
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ muflax ];
maintainers = with maintainers; [ ];
};
}

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
any kind of file.
'';
license = licenses.gpl2Plus;
maintainers = [ maintainers.muflax ];
maintainers = [ ];
platforms = platforms.all;
};
}