Fix nimble file for distribution.
authorMahlon E. Smith <mahlon@martini.nu>
Mon, 08 Oct 2018 12:50:06 -0700
changeset 5 e34aabaefe44
parent 4 2f4e88604125
child 6 7d977f308c75
Fix nimble file for distribution.
stomp.nimble
--- a/stomp.nimble	Mon Oct 08 12:11:54 2018 -0700
+++ b/stomp.nimble	Mon Oct 08 12:50:06 2018 -0700
@@ -5,8 +5,7 @@
 author        = "Mahlon E. Smith <mahlon@martini.nu>"
 description   = "A pure-nim implementation of the STOMP protocol for machine messaging."
 license       = "MIT"
-installExt    = @["stomp"]
-bin           = @["stomp"]
+installExt    = @["nim"]
 srcDir        = "src"