gnu: ephoto: Update source and home page URIs.

* gnu/packages/enlightenment.scm (ephoto)[source]: Remove dead URI.
[home-page]: Follow (HTTPS) redirection.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:02:03 +01:00
parent 32df41beef
commit 7247b84195
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -515,15 +515,12 @@ (define-public ephoto
(name "ephoto") (name "ephoto")
(version "1.5") (version "1.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (list (string-append "http://www.smhouston.us/stuff/ephoto-" (uri (string-append "https://download.enlightenment.org/rel/"
version ".tar.xz") "apps/ephoto/ephoto-" version ".tar.xz"))
(string-append "https://download.enlightenment.org/rel/" (sha256
"apps/ephoto/ephoto-" version ".tar.xz"))) (base32 "1q7v9abjp9jrs08xc7pqaac64yzax24dk1snjb9rciarzzh3mlzy"))))
(sha256
(base32
"1q7v9abjp9jrs08xc7pqaac64yzax24dk1snjb9rciarzzh3mlzy"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases
@ -536,7 +533,7 @@ (define-public ephoto
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("efl" ,efl))) `(("efl" ,efl)))
(home-page "http://smhouston.us/ephoto/") (home-page "https://smhouston.us/projects/ephoto/")
(synopsis "EFL image viewer/editor/manipulator/slideshow creator") (synopsis "EFL image viewer/editor/manipulator/slideshow creator")
(description "Ephoto is an image viewer and editor written using the (description "Ephoto is an image viewer and editor written using the
@dfn{Enlightenment Foundation Libraries} (EFL). It focuses on simplicity and @dfn{Enlightenment Foundation Libraries} (EFL). It focuses on simplicity and