diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:13:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 16:20:11 +0100 |
commit | 35739712092d6ac7b30c2b7162da4d048731c6b4 (patch) | |
tree | 1cfdb40cad75a8907dd8a5cc07bb6a98dcb5e3b8 /gnu | |
parent | c6be7eeddf3a98ab354826f8b33d402e0548a3e0 (diff) | |
download | patches-35739712092d6ac7b30c2b7162da4d048731c6b4.tar patches-35739712092d6ac7b30c2b7162da4d048731c6b4.tar.gz |
gnu: ruby-rspec: Use HTTPS home page.
* gnu/packages/ruby.scm (ruby-rspec)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-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 1511f961dc..e988953628 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -719,7 +719,7 @@ interactions.") (description "RSpec is a behavior-driven development (BDD) framework for Ruby. This meta-package includes the RSpec test runner, along with the expectations and mocks frameworks.") - (home-page "http://rspec.info/") + (home-page "https://rspec.info/") (license license:expat))) (define-public ruby-rspec-2 |