guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: aptdec: Update source and home page URIs.


From: guix-commits
Subject: 01/02: gnu: aptdec: Update source and home page URIs.
Date: Fri, 29 May 2020 14:41:34 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit ac2fc1340647298874f35b4be5861d1e437d0a24
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Fri May 29 23:42:48 2020 +0530

    gnu: aptdec: Update source and home page URIs.
    
    * gnu/packages/radio.scm (aptdec)[source, home-page]: Update URI.
---
 gnu/packages/radio.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index b3a7cc0..53eb3da 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017, 2018, 2019 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2017, 2018, 2019, 2020 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2019, 2020 Christopher Howard <christopher@librehacker.com>
 ;;; Copyright © 2019, 2020 Evan Straw <evan.straw99@gmail.com>
 ;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
@@ -192,7 +192,7 @@ memory contents between them.")
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/csete/aptdec";)
+             (url "https://github.com/Xerbo/aptdec";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -213,7 +213,7 @@ memory contents between them.")
              (let ((out (assoc-ref outputs "out")))
                (install-file "atpdec" (string-append out "/bin")))
              #t)))))
-    (home-page "https://github.com/csete/aptdec";)
+    (home-page "https://github.com/Xerbo/aptdec";)
     (synopsis "NOAA Automatic Picture Transmission (APT) decoder")
     (description "Aptdec decodes Automatic Picture Transmission (APT) images.
 These are medium resolution images of the Earth transmitted by, among other



reply via email to

[Prev in Thread] Current Thread [Next in Thread]