Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

parse-cli-bin: add license

+2 -1
+2 -1
pkgs/development/tools/parse-cli-bin/default.nix
··· 13 13 description = "Parse Command Line Interface"; 14 14 homepage = "https://parse.com"; 15 15 platforms = platforms.linux; 16 + license = licenses.bsd3; 16 17 }; 17 18 18 19 phases = "installPhase"; ··· 22 23 cp "$src" "$out/bin/parse" 23 24 chmod +x "$out/bin/parse" 24 25 ''; 25 - } 26 + }