aboutsummaryrefslogtreecommitdiff
path: root/then.nimble
diff options
context:
space:
mode:
authorhistoria <gravel.justness270@slmail.me>2024-08-06 20:08:43 -0400
committerhistoria <gravel.justness270@slmail.me>2024-08-06 20:08:43 -0400
commit1320375ebc0e87956807c0c543abe9f9a9f1dd6e (patch)
treec5bb8db27be90ffa4c7b321d8fd9a907ad47e6fb /then.nimble
parent0139b8b7896f6fcc89b3e2481d315e96af82ec4a (diff)
downloadsoon-1320375ebc0e87956807c0c543abe9f9a9f1dd6e.tar.gz
Config added. Name change to Soon.
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"
-
-