guix-commits
[Top][All Lists]
Advanced

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

62/87: gnu: rust-atk-0.8: Use HTTPS home page URI.


From: guix-commits
Subject: 62/87: gnu: rust-atk-0.8: 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 4da4b4feb6d9a7f340154827c8a0e0b2a7bea130
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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 <efraim@flashner.co.il>
-;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;;
 ;;; 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)))



reply via email to

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