add package-local nickname: time -> local-time

This commit is contained in:
vindarel 2024-07-31 23:26:11 +02:00
parent a1bd3a3145
commit c9ff88d98c

View file

@ -12,6 +12,7 @@
(:http :dexador)
(:json :shasht)
(:json-pointer :cl-json-pointer/synonyms)
(:time :local-time)
(:routes :easy-routes))
(:export #:enable-shell-passthrough
#:disable-shell-passthrough
@ -34,7 +35,7 @@
(:http :dexador)
(:json :shasht)
(:json-pointer :cl-json-pointer/synonyms)
(:time :local-time)
(:routes :easy-routes))
(:export
#:*script-args*))