Fix nimble file for distribution.
authorMahlon E. Smith <mahlon@martini.nu>
Mon, 08 Oct 2018 12:51:09 -0700
changeset 5 c568094abee7
parent 4 ffb8b9920057
child 6 d49437ff8f2f
Fix nimble file for distribution.
mongrel2.nimble
--- a/mongrel2.nimble	Mon Oct 08 12:31:27 2018 -0700
+++ b/mongrel2.nimble	Mon Oct 08 12:51:09 2018 -0700
@@ -5,7 +5,7 @@
 author        = "Mahlon E. Smith <mahlon@martini.nu>"
 description   = "Simplistic handler framework for the Mongrel2 webserver."
 license       = "MIT"
-installExt    = @["mongrel2"]
+installExt    = @["nim"]
 srcDir        = "src"