parse-cli-bin: add license
This commit is contained in:
parent
61020d5f23
commit
9eb92fc5d6
@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Parse Command Line Interface";
|
description = "Parse Command Line Interface";
|
||||||
homepage = "https://parse.com";
|
homepage = "https://parse.com";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = "installPhase";
|
phases = "installPhase";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user