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.
This commit is contained in:
parent
20d5b8b4d5
commit
e994412c19
@ -386,12 +386,13 @@ accessing and converting various ebook file formats.")
|
|||||||
(package
|
(package
|
||||||
(name "inkbox")
|
(name "inkbox")
|
||||||
(version "1.7")
|
(version "1.7")
|
||||||
|
(home-page "https://github.com/Kobo-InkBox/inkbox")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri
|
||||||
(git-reference
|
(git-reference
|
||||||
(url "https://alpinekobox.ddns.net/InkBox/inkbox/")
|
(url home-page)
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
@ -413,7 +414,6 @@ accessing and converting various ebook file formats.")
|
|||||||
(apply invoke (cons "qmake" make-flags)))))))
|
(apply invoke (cons "qmake" make-flags)))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qtbase-5))
|
(list qtbase-5))
|
||||||
(home-page "https://alpinekobox.ddns.net/InkBox/inkbox/")
|
|
||||||
(synopsis "EBook reader")
|
(synopsis "EBook reader")
|
||||||
(description "This package provides InkBox eBook reader.")
|
(description "This package provides InkBox eBook reader.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
Loading…
Reference in New Issue
Block a user