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";
|
||||
homepage = "https://parse.com";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
|
||||
phases = "installPhase";
|
||||
@ -22,4 +23,4 @@ stdenv.mkDerivation rec {
|
||||
cp "$src" "$out/bin/parse"
|
||||
chmod +x "$out/bin/parse"
|
||||
'';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user