aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-07-31 12:00:18 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-07-31 12:00:52 +0200
commita1f606295d6a6eedd0aa73c584812dcaf546aebf (patch)
tree64267f068ac1dde3716fb101713411fcad111111
parentcaa6039aa65dbdb090e1034caa65cdf0e5dd676b (diff)
chore: Update system metadata
-rw-r--r--nx-router.asd6
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-router.asd b/nx-router.asd
index 79f2b3a..0c2d11b 100644
--- a/nx-router.asd
+++ b/nx-router.asd
@@ -1,8 +1,8 @@
(defsystem "nx-router"
- :description "nx-router allows you to define composable and flexible routes for Nyxt."
- :author "conses"
+ :description "nx-router is a simple URL routing extension for Nyxt"
+ :author "Miguel Ángel Moreno"
:license "BSD 3-Clause"
- :version "0.0.1"
+ :version "0.2.0"
:serial t
:depends-on ("nyxt")
:components ((:file "package")