cloud-init: add licenses

This commit is contained in:
Fabian Affolter 2021-08-22 11:41:13 +02:00
parent e1fb0c6afb
commit fe473b5644

View File

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