Use the standard Nimble name for the Apache v2 license
This commit is contained in:
parent
9ad57df473
commit
38e2c29926
|
@ -4,7 +4,7 @@ packageName = "ranges"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
author = "Status Research & Development GmbH"
|
author = "Status Research & Development GmbH"
|
||||||
description = "Exploration of various implementations of memory range types"
|
description = "Exploration of various implementations of memory range types"
|
||||||
license = "Apache2"
|
license = "Apache License 2.0"
|
||||||
skipDirs = @["tests"]
|
skipDirs = @["tests"]
|
||||||
|
|
||||||
requires "nim >= 0.17.0"
|
requires "nim >= 0.17.0"
|
||||||
|
|
Loading…
Reference in New Issue