mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue