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:
Nicolas Goaziou 2023-04-18 15:16:25 +02:00 committed by Maxim Cournoyer
parent ae1f9b9c92
commit 9cc7ff179d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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