# HG changeset patch # User Mahlon E. Smith # Date 1539028269 25200 # Node ID c568094abee7f245df07bd37d4ab904025162bf0 # Parent ffb8b9920057cad663e0f506fbb1a761a9af48a1 Fix nimble file for distribution. diff -r ffb8b9920057 -r c568094abee7 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 " description = "Simplistic handler framework for the Mongrel2 webserver." license = "MIT" -installExt = @["mongrel2"] +installExt = @["nim"] srcDir = "src"