mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: emacs-osm: Do not mix home-page and origin.
* gnu/packages/emacs-xyz.scm (emacs-osm)[source]<origin>: Do not use home-page value as origin.
This commit is contained in:
parent
ae1f9b9c92
commit
9cc7ff179d
1 changed files with 2 additions and 2 deletions
|
@ -36135,11 +36135,10 @@ (define-public emacs-osm
|
||||||
(package
|
(package
|
||||||
(name "emacs-osm")
|
(name "emacs-osm")
|
||||||
(version "0.11")
|
(version "0.11")
|
||||||
(home-page "https://github.com/minad/osm")
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url home-page)
|
(url "https://github.com/minad/osm")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -36170,6 +36169,7 @@ (define-public emacs-osm
|
||||||
(inputs (list curl))
|
(inputs (list curl))
|
||||||
(native-inputs (list texinfo))
|
(native-inputs (list texinfo))
|
||||||
(propagated-inputs (list emacs-compat))
|
(propagated-inputs (list emacs-compat))
|
||||||
|
(home-page "https://github.com/minad/osm")
|
||||||
(synopsis "OpenStreetMap viewer for Emacs")
|
(synopsis "OpenStreetMap viewer for Emacs")
|
||||||
(description
|
(description
|
||||||
"This package provides an OpenStreetMap viewer for Emacs, featuring
|
"This package provides an OpenStreetMap viewer for Emacs, featuring
|
||||||
|
|
Loading…
Reference in a new issue