guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: inkbox: Update home-page and source URI.


From: guix-commits
Subject: 07/08: gnu: inkbox: Update home-page and source URI.
Date: Sun, 20 Nov 2022 09:16:20 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit e994412c196c23bbe9f1281956a520241439292a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 15:05:51 2022 +0100

    gnu: inkbox: Update home-page and source URI.
    
    * gnu/packages/ebook.scm (inkbox)[home-page]: Set to repository, as the
    previous was NXDOMAIN.
    [source](uri): Use HOME-PAGE.
---
 gnu/packages/ebook.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index df4064ae56..232249a76e 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -386,12 +386,13 @@ accessing and converting various ebook file formats.")
   (package
     (name "inkbox")
     (version "1.7")
+    (home-page "https://github.com/Kobo-InkBox/inkbox";)
     (source
      (origin
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://alpinekobox.ddns.net/InkBox/inkbox/";)
+         (url home-page)
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
@@ -413,7 +414,6 @@ accessing and converting various ebook file formats.")
              (apply invoke (cons "qmake" make-flags)))))))
     (native-inputs
      (list qtbase-5))
-    (home-page "https://alpinekobox.ddns.net/InkBox/inkbox/";)
     (synopsis "EBook reader")
     (description "This package provides InkBox eBook reader.")
     (license license:gpl3)))



reply via email to

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