diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:42:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 23:55:41 +0100 |
commit | 0622403d35edcadf09357906e6c102d0ed2cf363 (patch) | |
tree | b5a79585304b5e6a14470b0829ca4a9f1703da18 | |
parent | f30444b9da293d5e0db41ed07b6162c5235a8e19 (diff) | |
download | gnu-guix-0622403d35edcadf09357906e6c102d0ed2cf363.tar gnu-guix-0622403d35edcadf09357906e6c102d0ed2cf363.tar.gz |
gnu: compface: Update home page.
* gnu/packages/mail.scm (compface)[home-page]: Follow (HTTPS)
redirection.
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 23d5ec697f..0573e70d07 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1160,7 +1160,7 @@ MailCore 2.") (synopsis "Portrait image compressor") (description "This package takes your 48x48x1 portrait image and compresses it.") - (home-page "http://www.cs.indiana.edu/pub/faces/") + (home-page "https://legacy.cs.indiana.edu/ftp/faces/") (license (x11-style "file://README")))) (define-public claws-mail |