gnu: ragel: Use HTTPS home page.

* gnu/packages/ragel.scm (ragel)[source, home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2019-02-24 17:29:05 +01:00
parent fc0dd636cc
commit da9e132055
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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.