diff options
author | ng0 <[email protected]> | 2017-12-13 22:05:37 +0000 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2017-12-23 22:13:43 +0100 |
commit | bf3be6a5039f62994fb0b579ce6c450c74c76cdb (patch) | |
tree | 5227a5c8a2b81836ed72760d2cbed87c55dd7932 | |
parent | d6ddc5ab83bbc025205c1ff17f32e2e2efa5b47a (diff) |
gnu: ruby: Use new home page.
The certificate for ruby-lang.org is only valid for lists.ruby-lang.org,
the home page has moved to www.ruby-lang.org with its own certificate.
* gnu/packages/ruby.scm (ruby)[home-page]: Use 'www.ruby-lang.org'.
-rw-r--r-- | gnu/packages/ruby.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index c66c0a4143..968a059993 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2014, 2015 David Thompson <[email protected]> ;;; Copyright © 2015 Ricardo Wurmus <[email protected]> ;;; Copyright © 2015, 2016, 2017 Ben Woodcroft <[email protected]> -;;; Copyright © 2017 ng0 <[email protected]> +;;; Copyright © 2017 ng0 <[email protected]> ;;; Copyright © 2017 Marius Bakke <[email protected]> ;;; Copyright © 2017 Tobias Geerinckx-Rice <[email protected]> ;;; @@ -101,7 +101,7 @@ (synopsis "Programming language interpreter") (description "Ruby is a dynamic object-oriented programming language with a focus on simplicity and productivity.") - (home-page "https://ruby-lang.org") + (home-page "https://www.ruby-lang.org") (license license:ruby))) (define-public ruby-2.4.3 |