diff --git a/twtxtlist.nimble b/twtxtlist.nimble index 6e2ceb3..137144d 100644 --- a/twtxtlist.nimble +++ b/twtxtlist.nimble @@ -1,6 +1,6 @@ # Package -version = "0.1.0" +version = "1.1.0" author = "Christine Dodrill" description = "a list of twtxt hacker feeds" license = "MIT" @@ -24,6 +24,3 @@ task godep, "build go deps": task run, "Run app": exec "nimble build" exec "./twtxtlist" - -task runForever, "run this forever": - exec "while true; do ./twtxtlist; sleep 2; done"