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
|
||||
(name "emacs-osm")
|
||||
(version "0.11")
|
||||
(home-page "https://github.com/minad/osm")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url home-page)
|
||||
(url "https://github.com/minad/osm")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -36170,6 +36169,7 @@ (define-public emacs-osm
|
|||
(inputs (list curl))
|
||||
(native-inputs (list texinfo))
|
||||
(propagated-inputs (list emacs-compat))
|
||||
(home-page "https://github.com/minad/osm")
|
||||
(synopsis "OpenStreetMap viewer for Emacs")
|
||||
(description
|
||||
"This package provides an OpenStreetMap viewer for Emacs, featuring
|
||||
|
|
Loading…
Reference in a new issue