guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

61/87: gnu: ruby-stackprof: Use HTTPS home page URI.


From: guix-commits
Subject: 61/87: gnu: ruby-stackprof: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:45 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 3c3ce6768bb759b0c666af3c4c0e9dc63f1de194
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]