Merge pull request #215573 from phile314/cloudinit-rm-maintainer-phile314

cloud-init: remove phile314 as maintainer
This commit is contained in:
figsoda
2023-02-09 17:01:00 -05:00
committed by GitHub
@@ -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; [ phile314 illustris ];
maintainers = with maintainers; [ illustris ];
platforms = platforms.all;
};
}