gnu: emacs-counsel-dash: Fix home page.

* gnu/packages/emacs-xyz.scm (emacs-counsel-dash): Fix home page.
master
Brian Leung 2019-09-27 03:33:29 +02:00
parent 9a0f6a3c93
commit 352b1dcd6b
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 2 additions and 2 deletions

View File

@ -17661,7 +17661,7 @@ Dash docsets.")
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/nathankot/counsel-dash")
(url "https://github.com/dash-docs-el/counsel-dash.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
@ -17671,7 +17671,7 @@ Dash docsets.")
(propagated-inputs
`(("emacs-dash-docs" ,emacs-dash-docs)
("emacs-ivy" ,emacs-ivy)))
(home-page "https://github.com/nathankot/counsel-dash")
(home-page "https://github.com/dash-docs-el/counsel-dash")
(synopsis "Offline documentation browser for APIs using Dash docsets")
(description "This package uses @code{ivy-mode} to install and navigate
through Dash docsets.")