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 @@ hacker.")
 | 
				
			||||||
  (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 @@ hacker.")
 | 
				
			||||||
    (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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue