guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: ruby-markaby: Use HTTPS home page.


From: guix-commits
Subject: 04/09: gnu: ruby-markaby: Use HTTPS home page.
Date: Sun, 1 Mar 2020 14:54:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 41181b76960c359ad3aea9ff2f2c98e9940b54fb
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:41:09 2020 +0100

    gnu: ruby-markaby: Use HTTPS home page.
    
    * gnu/packages/ruby.scm (ruby-markaby)[home-page]: Use HTTPS.
---
 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 56885fc..7028a1b 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2482,7 +2482,7 @@ It allows writing tests, checking results and automated 
testing in Ruby.")
      "Markaby allows writing HTML packages in pure Ruby.  This is similar to
 the functionality provided by @acronym{ERB, Embedded Ruby}, but without the
 mixture of HTML and additional ERB syntax.")
-    (home-page "http://markaby.github.io/";)
+    (home-page "https://markaby.github.io/";)
     (license license:expat)))
 
 (define-public ruby-maruku



reply via email to

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