ngz pushed a commit to branch master
in repository guix.
commit 8b2ec036a476f6017d3555680d3d0de909aa2e9d
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:51:16 2021 +0100
gnu: ruby-haml: Use HTTPS home page URI.
* gnu/packages/ruby.scm (ruby-haml)[home-page]: Use HTTPS URI.
---
gnu/packages/ruby.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index cdb3502..88b0028 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -21,7 +21,7 @@
;;; Copyright © 2019 Diego N. Barbato <[email protected]>
;;; Copyright © 2019 Brett Gilio <[email protected]>
;;; Copyright © 2020 Maxim Cournoyer <[email protected]>
-;;; Copyright © 2020 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2020, 2021 Nicolas Goaziou <[email protected]>
;;; Copyright © 2020 Michael Rohleder <[email protected]>
;;; Copyright © 2020 Holgr Peters <[email protected]>
;;; Copyright © 2020 Giacomo Leidi <[email protected]>
@@ -3119,7 +3119,7 @@ HTML or XML that is designed to express the structure of
documents using
indentation rather than closing tags. It was originally envisioned as a
plugin for Ruby on Rails, but it can function as a stand-alone templating
engine.")
- (home-page "http://haml.info/")
+ (home-page "https://haml.info/")
(license license:expat)))
(define-public ruby-hamster