Merge pull request #199138 from madjar/remove-maintainer

Removing madjar as maintainer from packages where he cannot contribute anymore
This commit is contained in:
Linus Heckemann 2022-11-02 12:07:30 +01:00 committed by GitHub
commit 238d1dbf62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.rust-lang.org/";
description = "A safe, concurrent, practical language";
maintainers = with maintainers; [ madjar cstrahan globin havvy ];
maintainers = with maintainers; [ cstrahan globin havvy ];
license = [ licenses.mit licenses.asl20 ];
platforms = platforms.linux ++ platforms.darwin;
};

View File

@ -118,7 +118,7 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://cloudinit.readthedocs.org";
description = "Provides configuration and customization of cloud instance";
license = with licenses; [ asl20 gpl3Plus ];
maintainers = with maintainers; [ madjar phile314 illustris ];
maintainers = with maintainers; [ phile314 illustris ];
platforms = platforms.all;
};
}