mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
32df41beef
commit
7247b84195
1 changed files with 7 additions and 10 deletions
|
@ -517,13 +517,10 @@ (define-public ephoto
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "http://www.smhouston.us/stuff/ephoto-"
|
||||
version ".tar.xz")
|
||||
(string-append "https://download.enlightenment.org/rel/"
|
||||
"apps/ephoto/ephoto-" version ".tar.xz")))
|
||||
(uri (string-append "https://download.enlightenment.org/rel/"
|
||||
"apps/ephoto/ephoto-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1q7v9abjp9jrs08xc7pqaac64yzax24dk1snjb9rciarzzh3mlzy"))))
|
||||
(base32 "1q7v9abjp9jrs08xc7pqaac64yzax24dk1snjb9rciarzzh3mlzy"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
@ -536,7 +533,7 @@ (define-public ephoto
|
|||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("efl" ,efl)))
|
||||
(home-page "http://smhouston.us/ephoto/")
|
||||
(home-page "https://smhouston.us/projects/ephoto/")
|
||||
(synopsis "EFL image viewer/editor/manipulator/slideshow creator")
|
||||
(description "Ephoto is an image viewer and editor written using the
|
||||
@dfn{Enlightenment Foundation Libraries} (EFL). It focuses on simplicity and
|
||||
|
|
Loading…
Reference in a new issue