diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:52:09 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:52:09 +0100 |
commit | 3c3ce6768bb759b0c666af3c4c0e9dc63f1de194 (patch) | |
tree | dbd3faff54366db1b3d10b791b328ffe997fc377 | |
parent | 7e3fd007b78bdb651dd04021f95533e219f89625 (diff) | |
download | guix-3c3ce6768bb759b0c666af3c4c0e9dc63f1de194.tar guix-3c3ce6768bb759b0c666af3c4c0e9dc63f1de194.tar.gz |
gnu: ruby-stackprof: Use HTTPS home page URI.
* gnu/packages/ruby.scm (ruby-stackprof)[home-page]: Use HTTPS URI.
-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 f9202b7a77..8d3646847a 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -7709,7 +7709,7 @@ navigation capabilities to @code{pry}, using @code{byebug}.") (description "@code{stackprof} is a fast sampling profiler for Ruby code, with cpu, wallclock and object allocation samplers.") - (home-page "http://github.com/tmm1/stackprof") + (home-page "https://github.com/tmm1/stackprof") (license license:expat))) (define-public ruby-binding-of-caller |