summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 00:13:19 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 16:20:11 +0100
commit35739712092d6ac7b30c2b7162da4d048731c6b4 (patch)
tree1cfdb40cad75a8907dd8a5cc07bb6a98dcb5e3b8
parentc6be7eeddf3a98ab354826f8b33d402e0548a3e0 (diff)
downloadpatches-35739712092d6ac7b30c2b7162da4d048731c6b4.tar
patches-35739712092d6ac7b30c2b7162da4d048731c6b4.tar.gz
gnu: ruby-rspec: Use HTTPS home page.
* gnu/packages/ruby.scm (ruby-rspec)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/ruby.scm2
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