parse-cli-bin: add license

This commit is contained in:
Markus Kowalewski 2018-11-08 20:51:34 +01:00
parent 61020d5f23
commit 9eb92fc5d6
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -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"
'';
}
}