Merge pull request #135244 from fabaff/license-cloud-init

This commit is contained in:
Sandro 2021-08-22 21:04:34 +02:00 committed by GitHub
commit f87b8f31ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};