From aa9c371f20e5c3f6a811801c91cc40f0a7b5328c Mon Sep 17 00:00:00 2001 From: Elly Jones Date: Thu, 15 Dec 2011 21:43:44 -0500 Subject: [PATCH] manifest: Add license. --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }