summaryrefslogtreecommitdiff
path: root/stumpwm/modules/modeline/fuzzytime/fuzzytime.asd
diff options
context:
space:
mode:
Diffstat (limited to 'stumpwm/modules/modeline/fuzzytime/fuzzytime.asd')
-rw-r--r--stumpwm/modules/modeline/fuzzytime/fuzzytime.asd11
1 files changed, 0 insertions, 11 deletions
diff --git a/stumpwm/modules/modeline/fuzzytime/fuzzytime.asd b/stumpwm/modules/modeline/fuzzytime/fuzzytime.asd
deleted file mode 100644
index 82a630b..0000000
--- a/stumpwm/modules/modeline/fuzzytime/fuzzytime.asd
+++ /dev/null
@@ -1,11 +0,0 @@
-;;;; fuzzytime.asd
-
-(asdf:defsystem #:fuzzytime
- :description "A module to display a fuzzy date and time in the modeline of StumpWM"
- :author "Tslil Clingman <tslil@posteo.de>"
- :license "GPLv3"
- :depends-on (#:stumpwm)
- :serial t
- :components ((:file "package")
- (:file "fuzzytime")))
-