diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-05-16 14:31:06 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-05-16 14:47:59 +0300 |
commit | 44877dcc66ee5bb38101e32a32b11069e02813f1 (patch) | |
tree | c4ee5716b9d1bd70c32085bd54eccf8c9a180da4 /gnu/packages | |
parent | a83e60466223b96b0553bc83e727ece26b1aa744 (diff) | |
download | guix-44877dcc66ee5bb38101e32a32b11069e02813f1.tar guix-44877dcc66ee5bb38101e32a32b11069e02813f1.tar.gz |
gnu: hugs: Update urls.
* gnu/packages/hugs.scm (hugs)[source]: Update url.
[home-page]: Use https.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/hugs.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/hugs.scm b/gnu/packages/hugs.scm index 36be5aee4a..2dcc61f4de 100644 --- a/gnu/packages/hugs.scm +++ b/gnu/packages/hugs.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org> +;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> ;;; ;;; This file is part of GNU Guix. ;;; @@ -29,7 +30,7 @@ (source (origin (method url-fetch) - (uri (string-append "http://cvs.haskell.org/Hugs/downloads/2006-09/" + (uri (string-append "https://www.haskell.org/hugs/downloads/2006-09/" name "98-plus-" version ".tar.gz")) (sha256 (base32 @@ -67,7 +68,7 @@ (("/bin/cp") (which "cp")))) %standard-phases) #:tests? #f)) ; no test target - (home-page "http://haskell.org/hugs") + (home-page "https://www.haskell.org/hugs/") (synopsis "Functional programming system based on Haskell 98") (description "Hugs 98 is an interpreter and programming environment for developing |