Merge pull request #199138 from madjar/remove-maintainer
Removing madjar as maintainer from packages where he cannot contribute anymore
This commit is contained in:
commit
238d1dbf62
@ -201,7 +201,7 @@ in stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.rust-lang.org/";
|
homepage = "https://www.rust-lang.org/";
|
||||||
description = "A safe, concurrent, practical language";
|
description = "A safe, concurrent, practical language";
|
||||||
maintainers = with maintainers; [ madjar cstrahan globin havvy ];
|
maintainers = with maintainers; [ cstrahan globin havvy ];
|
||||||
license = [ licenses.mit licenses.asl20 ];
|
license = [ licenses.mit licenses.asl20 ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
|
@ -118,7 +118,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
homepage = "https://cloudinit.readthedocs.org";
|
homepage = "https://cloudinit.readthedocs.org";
|
||||||
description = "Provides configuration and customization of cloud instance";
|
description = "Provides configuration and customization of cloud instance";
|
||||||
license = with licenses; [ asl20 gpl3Plus ];
|
license = with licenses; [ asl20 gpl3Plus ];
|
||||||
maintainers = with maintainers; [ madjar phile314 illustris ];
|
maintainers = with maintainers; [ phile314 illustris ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user