aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2022-06-14 11:06:55 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2022-06-14 11:06:55 +0200
commitef45b352a5ece639674a3cf529017f91ce80994e (patch)
treeff56975c51f582ec094d5a6729d7aa585d396103
parent135f4e55eea3981eabc19a3faf22b926983447ef (diff)
chore: Updates guix.scm to fix development environment
-rw-r--r--guix.scm (renamed from emacs-fdroid.scm)5
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs-fdroid.scm b/guix.scm
index cad578e..6c1f131 100644
--- a/emacs-fdroid.scm
+++ b/guix.scm
@@ -30,10 +30,11 @@
(build-system emacs-build-system)
(propagated-inputs
(list emacs-consult emacs-embark))
- (home-page "https://github.com/efimerspan/fdroid.el")
+ (home-page "https://git.sr.ht/~mt08gh/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.")
(license license:gpl3+)))
-emacs-fdroid
+(list emacs-fdroid
+ fdroidcl)