diff --git a/src/nimble.nim b/src/nimble.nim index 57da864..f57af3a 100644 --- a/src/nimble.nim +++ b/src/nimble.nim @@ -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\"")