guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/15: gnu: emacs-osm: Do not mix home-page and origin.


From: guix-commits
Subject: 15/15: gnu: emacs-osm: Do not mix home-page and origin.
Date: Tue, 18 Apr 2023 09:21:22 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 1f78148b951f498e3733e4b2b1bd65439963f843
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Apr 18 15:16:25 2023 +0200

    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.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 043b718c6d..6618aac332 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36133,11 +36133,10 @@ hacker.")
   (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
@@ -36168,6 +36167,7 @@ hacker.")
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]