From 34f1bee50dd5581fca62a1c6c168ed2b3d50db5c Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Fri, 16 Feb 2018 17:28:19 +0200 Subject: [PATCH] Use the standard Nimble name for the Apache v2 license --- rlp.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rlp.nimble b/rlp.nimble index a988cb7..62ebed7 100644 --- a/rlp.nimble +++ b/rlp.nimble @@ -4,7 +4,7 @@ packageName = "rlp" version = "1.0.1" author = "Status Research & Development GmbH" description = "RLP serialization library for Nim" -license = "Apache2" +license = "Apache License 2.0" skipDirs = @["tests"] requires "nim >= 0.17.0", "https://github.com/status-im/nim-ranges >= 0.0.1"