Merge pull request #92 from nim-lang/flaviut-patch-1
Use MIT instead of BSD
This commit is contained in:
commit
0349c396a0
1 changed files with 1 additions and 1 deletions
|
|
@ -770,7 +770,7 @@ proc init(options: Options) =
|
|||
outFile.writeln("version = \"0.1.0\"")
|
||||
outFile.writeln("author = \"Anonymous\"")
|
||||
outFile.writeln("description = \"New Nimble project for Nim\"")
|
||||
outFile.writeln("license = \"BSD\"")
|
||||
outFile.writeln("license = \"MIT\"")
|
||||
outFile.writeln("")
|
||||
outFile.writeln("[Deps]")
|
||||
outFile.writeln("Requires: \"nim >= 0.10.0\"")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue