ngz pushed a commit to branch master
in repository guix.
commit 3c3ce6768bb759b0c666af3c4c0e9dc63f1de194
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:52:09 2021 +0100
gnu: ruby-stackprof: Use HTTPS home page URI.
* gnu/packages/ruby.scm (ruby-stackprof)[home-page]: Use HTTPS URI.
---
gnu/packages/ruby.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index f9202b7..8d36468 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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