cloud-init: remove phile314 as maintainer

This commit is contained in:
Philipp Hausmann 2023-02-09 22:09:58 +01:00
parent 979dce7414
commit 8f972f694f

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; [ phile314 illustris ];
maintainers = with maintainers; [ illustris ];
platforms = platforms.all;
};
}