gnu: hugs: Update urls.
* gnu/packages/hugs.scm (hugs)[source]: Update url. [home-page]: Use https.
This commit is contained in:
parent
a83e604662
commit
44877dcc66
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
|
;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
|
||||||
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -29,7 +30,7 @@
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(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"))
|
name "98-plus-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -67,7 +68,7 @@
|
||||||
(("/bin/cp") (which "cp"))))
|
(("/bin/cp") (which "cp"))))
|
||||||
%standard-phases)
|
%standard-phases)
|
||||||
#:tests? #f)) ; no test target
|
#: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")
|
(synopsis "Functional programming system based on Haskell 98")
|
||||||
(description
|
(description
|
||||||
"Hugs 98 is an interpreter and programming environment for developing
|
"Hugs 98 is an interpreter and programming environment for developing
|
||||||
|
|
Reference in a new issue