aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2022-07-26 13:47:06 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2022-07-26 15:30:50 +0200
commitd1aaf9065d64878f35bba32461c28a99a07f069a (patch)
tree3101433ac8e3f98f1da6d9db00c8ae0255faaea1
parentd73f0a28156043d26e034ec922951b08df9f5a9f (diff)
chore: Remove emacs-consult input
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index 6c1f131..9828be2 100644
--- a/guix.scm
+++ b/guix.scm
@@ -29,8 +29,8 @@
#:select? (git-predicate %source-dir)))
(build-system emacs-build-system)
(propagated-inputs
- (list emacs-consult emacs-embark))
- (home-page "https://git.sr.ht/~mt08gh/fdroid.el")
+ (list emacs-embark))
+ (home-page "https://git.sr.ht/~conses/fdroid.el")
(synopsis "An Emacs interface to manage F-Droid repositories.")
(description "fdroid.el is an Emacs interface to fdroidcl. Its purpose is to aid the
management of F-Droid repository packages to be installed in an Android device from the comfort of Emacs.")