ngz pushed a commit to branch master
in repository guix.
commit 4da4b4feb6d9a7f340154827c8a0e0b2a7bea130
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:52:54 2021 +0100
gnu: rust-atk-0.8: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-atk-0.8)[home-page]: Use HTTPS URI.
---
gnu/packages/crates-gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm
index ebe2a4e..97d4d7a 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2020, 2021 Efraim Flashner <[email protected]>
-;;; Copyright © 2020 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2020, 2021 Nicolas Goaziou <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -88,7 +88,7 @@
(inputs
`(("atk" ,atk)
("glib" ,glib)))
- (home-page "http://gtk-rs.org/")
+ (home-page "https://gtk-rs.org/")
(synopsis "Rust bindings for the ATK library")
(description "Rust bindings for the ATK library")
(license license:expat)))