From b0d72f319feb3efe62ba19ac8aaa83b9b5daae35 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 27 Sep 2016 22:54:22 -0700 Subject: [PATCH] Fix cargo.toml.license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cddb26c..2efa682 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "j" version = "0.1.1" authors = ["Casey Rodarmor "] -license = "WTFPL/MIT/Apache" +license = "WTFPL/MIT/Apache-2.0" description = "a command runner" homepage = "https://github.com/casey/j"