mbakke pushed a commit to branch master
in repository guix.

commit 2508b075174bf0b3f81609e89490f9116eb69aeb
Author: Marius Bakke <[email protected]>
Date:   Mon May 13 13:58:43 2019 +0200

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

diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 3f3fe8f..66e091d 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

Reply via email to