gnu: ruby-stackprof: Use HTTPS home page URI.
* gnu/packages/ruby.scm (ruby-stackprof)[home-page]: Use HTTPS URI.master
parent
7e3fd007b7
commit
3c3ce6768b
gnu/packages
|
@ -7709,7 +7709,7 @@ navigation capabilities to @code{pry}, using @code{byebug}.")
|
||||||
(description
|
(description
|
||||||
"@code{stackprof} is a fast sampling profiler for Ruby code, with cpu,
|
"@code{stackprof} is a fast sampling profiler for Ruby code, with cpu,
|
||||||
wallclock and object allocation samplers.")
|
wallclock and object allocation samplers.")
|
||||||
(home-page "http://github.com/tmm1/stackprof")
|
(home-page "https://github.com/tmm1/stackprof")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-binding-of-caller
|
(define-public ruby-binding-of-caller
|
||||||
|
|
Reference in New Issue