From 8d1d5af3ad55bb474c7fe2b9ef946ba6903615d4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 18 Feb 2023 15:10:16 -0300 Subject: src/xyz/euandreh/packages.scm: Fix source address --- src/xyz/euandreh/packages.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/xyz/euandreh/packages.scm b/src/xyz/euandreh/packages.scm index a5bb8db..a20da18 100644 --- a/src/xyz/euandreh/packages.scm +++ b/src/xyz/euandreh/packages.scm @@ -14,7 +14,7 @@ (source (origin (method url-fetch) (uri (string-append - "https://euandreh.xyz/guile-heredoc.git/snapshot/guile-heredoc-" + "https://euandre.org/git/guile-heredoc/snapshot/guile-heredoc-" version ".tar.gz")) (sha256 @@ -31,7 +31,7 @@ (delete 'configure)))) (synopsis "FIXME: (file-append source \"/description\")") (description "FIXME: (file-append source \"/long-description\")") - (home-page "https://euandreh.xyz/guile-heredoc/") + (home-page "https://euandre.org/git/guile-heredoc/") (license license:agpl3+))) (define-public td-latest @@ -41,7 +41,7 @@ (source (origin (method url-fetch) (uri (string-append - "https://euandreh.xyz/td.git/snapshot/td-" + "https://euandre.org/git/td/snapshot/td-" version ".tar.gz")) (sha256 @@ -55,7 +55,7 @@ (delete 'configure)))) (synopsis "FIXME: (file-append source \"/description\")") (description "FIXME: (file-append source \"/long-description\")") - (home-page "https://euandreh.xyz/td/") + (home-page "https://euandre.org/git/td/") (license license:agpl3+))) (list -- cgit v1.2.3