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
|
@ -106,7 +106,7 @@ manipulate maps.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/freefoote/gpscorrelate")
|
(url "https://github.com/dfandrich/gpscorrelate")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -134,7 +134,7 @@ manipulate maps.")
|
||||||
("docbook-xml" ,docbook-xml)
|
("docbook-xml" ,docbook-xml)
|
||||||
("docbook-xsl" ,docbook-xsl)
|
("docbook-xsl" ,docbook-xsl)
|
||||||
("libxslt" ,libxslt)))
|
("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")
|
(synopsis "GPS photo correlation tool to geo-localize images")
|
||||||
(description
|
(description
|
||||||
"GPS Correlate is a program to match a recorded GPS track with the EXIF
|
"GPS Correlate is a program to match a recorded GPS track with the EXIF
|
||||||
|
|
Loading…
Reference in New Issue