3
0
Fork 0
forked from mirrors/nixpkgs

cloud-utils: add license

This commit is contained in:
Markus Kowalewski 2018-09-11 23:31:27 +02:00
parent 5e57452bf8
commit 7d5cd978c4
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -30,5 +30,8 @@ stdenv.mkDerivation rec {
dontBuild = true;
meta.platforms = stdenv.lib.platforms.unix;
meta = with stdenv.lib; {
platforms = platforms.unix;
license = licenses.gpl3;
};
}