diff options
Diffstat (limited to 'src/xyz/euandreh')
-rw-r--r-- | src/xyz/euandreh/packages.scm | 8 |
1 files changed, 4 insertions, 4 deletions
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 |