diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-13 13:58:43 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-13 14:16:48 +0200 |
commit | 2508b075174bf0b3f81609e89490f9116eb69aeb (patch) | |
tree | 4d1c5d184a72c0959f35d90532c9e646628fdf77 /gnu | |
parent | 1015099d506fcf1b3e56d03ece47a992c185cdec (diff) | |
download | patches-2508b075174bf0b3f81609e89490f9116eb69aeb.tar patches-2508b075174bf0b3f81609e89490f9116eb69aeb.tar.gz |
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>.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gps.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index 3f3fe8fcb5..66e091ddbf 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -106,7 +106,7 @@ manipulate maps.") (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 @@ manipulate maps.") ("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 |