aboutsummaryrefslogtreecommitdiff
path: root/then.nimble
diff options
context:
space:
mode:
Diffstat (limited to 'then.nimble')
-rw-r--r--then.nimble14
1 files changed, 0 insertions, 14 deletions
diff --git a/then.nimble b/then.nimble
deleted file mode 100644
index 1b7cf9a..0000000
--- a/then.nimble
+++ /dev/null
@@ -1,14 +0,0 @@
-# Package
-
-version = "0.1"
-author = "historia"
-description = "Minimalist, single text file calendar inspired by when."
-license = "MIT"
-srcDir = "src"
-bin = @["then"]
-
-# Dependencies
-
-requires "nim >= 2.0.4"
-
-