diff options
| author | Elly Jones <[email protected]> | 2011-12-15 21:43:44 -0500 |
|---|---|---|
| committer | Elly Jones <[email protected]> | 2011-12-15 21:43:44 -0500 |
| commit | aa9c371f20e5c3f6a811801c91cc40f0a7b5328c (patch) | |
| tree | 339a5c14f7b587df5e81b1a70134283ac94b0f07 | |
| parent | pkey: build under OSX? (diff) | |
| download | rust-openssl-aa9c371f20e5c3f6a811801c91cc40f0a7b5328c.tar.xz rust-openssl-aa9c371f20e5c3f6a811801c91cc40f0a7b5328c.zip | |
manifest: Add license.
| -rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 179b6a52..e5b7ec06 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,6 @@ { "uuid": "38297409-b4c2-4499-8131-a99a7e44dad3", "name": "rustcrypto", - "git": "git://github.com/elly/rustcrypto" + "install": "git://github.com/elly/rustcrypto", + "license": "apache-2.0" } |