me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ruby.scm (ruby-stackprof)[home-page]: Use HTTPS URI.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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