guix-commits
[Top][All Lists]
Advanced

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

80/87: gnu: rust-pangocairo-0.9: Use HTTPS home page URI.


From: guix-commits
Subject: 80/87: gnu: rust-pangocairo-0.9: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:50 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 9fcb1cb25e783af669da0fadf03e0384d5032c6d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 12:00:17 2021 +0100

    gnu: rust-pangocairo-0.9: Use HTTPS home page URI.
    
    * gnu/packages/crates-gtk.scm (rust-pangocairo-0.9)[home-page]: Use HTTPS 
URI.
---
 gnu/packages/crates-gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm
index 2fb1743..0d72fbf 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -1157,7 +1157,7 @@
        (("rust-gir-format-check" ,rust-gir-format-check-0.1))))
     (inputs
      `(("gtk+" ,gtk+)))
-    (home-page "http://gtk-rs.org/";)
+    (home-page "https://gtk-rs.org/";)
     (synopsis "Rust bindings for the PangoCairo library")
     (description
      "Rust bindings for the PangoCairo library.")



reply via email to

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