aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-06-28 10:25:30 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-06-28 10:25:30 +0200
commitbc9c7b3033d6e7232b059eb0491dbdd17a6de9e8 (patch)
tree97804ede5b354dc83711f5c193876f9711f120b3
parentb6448bedbfc93868aed016bc4130fcee74cd212d (diff)
chore: Change system metadata
-rw-r--r--nx-tailor.asd8
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-tailor.asd b/nx-tailor.asd
index a778071..7657b80 100644
--- a/nx-tailor.asd
+++ b/nx-tailor.asd
@@ -1,9 +1,9 @@
(defsystem #:nx-tailor
- :description "An interface to manage themes in Nyxt."
- :author "conses"
- :homepage "https://git.sr.ht/~conses/nx-tailor"
+ :description "nx-tailor is a theme manager for Nyxt."
+ :author "Miguel Ángel Moreno"
+ :homepage "https://github.com/migalmoreno/nx-tailor"
:license "BSD 3-Clause"
- :version "0.0.1"
+ :version "0.1.0"
:serial t
:depends-on (#:nyxt)
:components ((:file "package")