gnu: ruby-stackprof: Use HTTPS home page URI.
* gnu/packages/ruby.scm (ruby-stackprof)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
7e3fd007b7
commit
3c3ce6768b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue