diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 12:46:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 06:09:02 +0100 |
commit | f433b6625e6ba245c01eeb8242db48a4c2f17d1a (patch) | |
tree | 9a18cf69183cdd6d1b840ef6468a8c13a937bb8c /gnu/packages/ruby.scm | |
parent | f1fa954a7daa500c60172d524e35b8cf53eb398e (diff) | |
download | patches-f433b6625e6ba245c01eeb8242db48a4c2f17d1a.tar patches-f433b6625e6ba245c01eeb8242db48a4c2f17d1a.tar.gz |
gnu: turn: Use HTTPS home page.
* gnu/packages/ruby.scm (turn)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r-- | gnu/packages/ruby.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index fa913beab4..c5c4d8672d 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -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 failures being displayed immediately instead of at the end of the tests. Note that TURN is no longer being maintained.") - (home-page "http://rubygems.org/gems/turn") + (home-page "https://rubygems.org/gems/turn") (license license:expat))) (define-public ruby-mimemagic |