mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: emacs-counsel-bbdb: Fix home page.
* gnu/packages/emacs-xyz.scm (emacs-counsel-bbdb)[home-page]: Fix home-page.
This commit is contained in:
parent
044142379e
commit
98fb3ce8eb
1 changed files with 1 additions and 1 deletions
|
@ -1967,7 +1967,7 @@ (define-public emacs-counsel-bbdb
|
||||||
"03g3lk8hz9a17vf5r16x054bhyk8xsbnfq0div8ig13fmhqi159q"))))
|
"03g3lk8hz9a17vf5r16x054bhyk8xsbnfq0div8ig13fmhqi159q"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs `(("emacs-ivy" ,emacs-ivy)))
|
(propagated-inputs `(("emacs-ivy" ,emacs-ivy)))
|
||||||
(home-page "https://github.com/redguard/counsel-bbdb")
|
(home-page "https://github.com/redguardtoo/counsel-bbdb")
|
||||||
(synopsis "Ivy interface for BBDB")
|
(synopsis "Ivy interface for BBDB")
|
||||||
(description "This Ivy extension enables the use of @code{ivy-mode} to input
|
(description "This Ivy extension enables the use of @code{ivy-mode} to input
|
||||||
email addresses from BBDB efficiently. The main functions are:
|
email addresses from BBDB efficiently. The main functions are:
|
||||||
|
|
Loading…
Reference in a new issue