cloud-utils: add license
This commit is contained in:
parent
5e57452bf8
commit
7d5cd978c4
@ -30,5 +30,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|
||||||
meta.platforms = stdenv.lib.platforms.unix;
|
meta = with stdenv.lib; {
|
||||||
|
platforms = platforms.unix;
|
||||||
|
license = licenses.gpl3;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user