# HG changeset patch
# User Mahlon E. Smith <mahlon@martini.nu>
# Date 1539028206 25200
# Node ID e34aabaefe44ce098a9a97358652dacac656ad09
# Parent  2f4e88604125dc6f3266467e439c2e265f29bc85
Fix nimble file for distribution.

diff -r 2f4e88604125 -r e34aabaefe44 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"