gnu: ragel: Use HTTPS home page.
* gnu/packages/ragel.scm (ragel)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
fc0dd636cc
commit
da9e132055
|
@ -29,13 +29,13 @@
|
|||
(version "6.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.colm.net/files/ragel/ragel-"
|
||||
(uri (string-append "https://www.colm.net/files/ragel/ragel-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02k6rwh8cr95f1p5sjjr3wa6dilg06572xz1v71dk8awmc7vw1vf"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "http://www.colm.net/open-source/ragel/")
|
||||
(home-page "https://www.colm.net/open-source/ragel/")
|
||||
(synopsis "State machine compiler")
|
||||
(description
|
||||
"Ragel compiles executable finite state machines from regular languages.
|
||||
|
|
Loading…
Reference in New Issue