aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-06-30 10:33:09 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-06-30 12:36:44 +0200
commit8ac5fcfca8d809f34906b444b8c12ae55a90cff7 (patch)
treef39f192939eb38c5aa310de4047aa6c54f997ff2
parent3db0a338b889860ba2947a413047d90c83205801 (diff)
chore: update local package definitionHEADmaster
-rw-r--r--guix.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/guix.scm b/guix.scm
index 9228b55..4a7b92d 100644
--- a/guix.scm
+++ b/guix.scm
@@ -33,9 +33,10 @@
(list nyxt))
(propagated-inputs
(list emacs-sly))
- (home-page "https://git.sr.ht/~conses/nyxt.el")
- (synopsis "Helper functions to interact with Nyxt.")
- (description "nyxt.el consists of many helper functions to interact with Nyxt from Emacs.")
+ (home-page "https://git.migalmoreno.com/nyxt.el")
+ (synopsis "Interact with Nyxt from Emacs")
+ (description "This package consists of custom logic to interact with Nyxt
+from Emacs.")
(license license:gpl3+)))
emacs-nyxt