gnu: ruby-stackprof: Use HTTPS home page URI.

* gnu/packages/ruby.scm (ruby-stackprof)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:52:09 +01:00
parent 7e3fd007b7
commit 3c3ce6768b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7709,7 +7709,7 @@ (define-public ruby-stackprof
(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