gnu: turn: Use HTTPS home page.
* gnu/packages/ruby.scm (turn)[home-page]: Use HTTPS.
This commit is contained in:
parent
f1fa954a7d
commit
f433b6625e
1 changed files with 1 additions and 1 deletions
|
@ -5968,7 +5968,7 @@ name and provides query methods such as @{RubyEngine.mri?}.")
|
||||||
colorful and informative. TURN displays each test on a separate line with
|
colorful and informative. TURN displays each test on a separate line with
|
||||||
failures being displayed immediately instead of at the end of the tests. Note
|
failures being displayed immediately instead of at the end of the tests. Note
|
||||||
that TURN is no longer being maintained.")
|
that TURN is no longer being maintained.")
|
||||||
(home-page "http://rubygems.org/gems/turn")
|
(home-page "https://rubygems.org/gems/turn")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-mimemagic
|
(define-public ruby-mimemagic
|
||||||
|
|
Reference in a new issue