diff options
| author | tslil <tslil@posteo.de> | 2026-04-04 17:44:21 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-04 17:47:21 +0100 |
| commit | 5413fb67d5454666cd4606ac51e8f8d1ae31aa6e (patch) | |
| tree | effd7869b631e1e1a455b65eea1a1f12263b4bba /stumpwm/modules/modeline/fuzzytime/fuzzytime.asd | |
| parent | 0c860a57966d4c0f4ef817b9c7f378de4623a236 (diff) | |
cleanup
Diffstat (limited to 'stumpwm/modules/modeline/fuzzytime/fuzzytime.asd')
| -rw-r--r-- | stumpwm/modules/modeline/fuzzytime/fuzzytime.asd | 11 |
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"))) - |
