python37Packages.libcloud: update meta

This commit is contained in:
Mario Rodas 2021-01-30 20:51:10 -05:00
parent 5a825670b3
commit c473d7f365

View file

@ -30,7 +30,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "A unified interface to many cloud providers";
homepage = "http://incubator.apache.org/libcloud/";
homepage = "https://libcloud.apache.org/";
changelog = "https://github.com/apache/libcloud/blob/v${version}/CHANGES.rst";
license = licenses.asl20;
};