[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/16: gnu: ephoto: Update source and home page URIs.
From: |
guix-commits |
Subject: |
06/16: gnu: ephoto: Update source and home page URIs. |
Date: |
Thu, 12 Mar 2020 00:12:04 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7247b841954f941df47d482a8c39f2c9851a6c2d
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 01:02:03 2020 +0100
gnu: ephoto: Update source and home page URIs.
* gnu/packages/enlightenment.scm (ephoto)[source]: Remove dead URI.
[home-page]: Follow (HTTPS) redirection.
---
gnu/packages/enlightenment.scm | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index d79ca94..4a65c55 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -515,15 +515,12 @@ and in creating applications based on the Enlightenment
Foundation Library suite
(name "ephoto")
(version "1.5")
(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")))
- (sha256
- (base32
- "1q7v9abjp9jrs08xc7pqaac64yzax24dk1snjb9rciarzzh3mlzy"))))
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://download.enlightenment.org/rel/"
+ "apps/ephoto/ephoto-" version ".tar.xz"))
+ (sha256
+ (base32 "1q7v9abjp9jrs08xc7pqaac64yzax24dk1snjb9rciarzzh3mlzy"))))
(build-system gnu-build-system)
(arguments
'(#:phases
@@ -536,7 +533,7 @@ and in creating applications based on the Enlightenment
Foundation Library suite
("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
- branch master updated (d7af020 -> bf8ee1c), guix-commits, 2020/03/12
- 01/16: gnu: java-snappy: Update to 1.1.7.3., guix-commits, 2020/03/12
- 03/16: gnu: picprog: Use HTTPS home page., guix-commits, 2020/03/12
- 02/16: gnu: java-snappy: Don't use unstable tarball., guix-commits, 2020/03/12
- 04/16: gnu: simple-scan: Update to 3.36.0., guix-commits, 2020/03/12
- 08/16: gnu: xmobar: Update to 0.33., guix-commits, 2020/03/12
- 10/16: gnu: rsound: Use HTTPS home page., guix-commits, 2020/03/12
- 06/16: gnu: ephoto: Update source and home page URIs.,
guix-commits <=
- 11/16: gnu: faust: Use HTTPS home page., guix-commits, 2020/03/12
- 07/16: gnu: gptfdisk: Use HTTPS home page., guix-commits, 2020/03/12
- 09/16: gnu: libgme: Update to 0.6.3., guix-commits, 2020/03/12
- 13/16: gnu: dosbox: Use HTTPS home page., guix-commits, 2020/03/12
- 16/16: gnu: xlockmore: Update to 5.62., guix-commits, 2020/03/12
- 14/16: gnu: mame: Use HTTPS home page., guix-commits, 2020/03/12
- 15/16: gnu: xlockmore: Use HTTPS home page., guix-commits, 2020/03/12
- 05/16: gnu: s6: Update to 2.9.1.0., guix-commits, 2020/03/12
- 12/16: gnu: Add gitless., guix-commits, 2020/03/12