mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gpscorrelate: Update home page.
* gnu/packages/gps.scm (gpscorrelate)[source, home-page]: Update for new maintainer, as noted on <https://github.com/freefoote/gpscorrelate>.
This commit is contained in:
parent
1015099d50
commit
2508b07517
1 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ (define-public gpscorrelate
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/freefoote/gpscorrelate")
|
||||
(url "https://github.com/dfandrich/gpscorrelate")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -134,7 +134,7 @@ (define-public gpscorrelate
|
|||
("docbook-xml" ,docbook-xml)
|
||||
("docbook-xsl" ,docbook-xsl)
|
||||
("libxslt" ,libxslt)))
|
||||
(home-page "http://freefoote.dview.net/linux/gpscorrelate")
|
||||
(home-page "https://dfandrich.github.io/gpscorrelate/")
|
||||
(synopsis "GPS photo correlation tool to geo-localize images")
|
||||
(description
|
||||
"GPS Correlate is a program to match a recorded GPS track with the EXIF
|
||||
|
|
Loading…
Reference in a new issue