guix-commits
[Top][All Lists]
Advanced

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

02/17: gnu: python-maxminddb, python-geoip2: Use HTTPS home page.


From: guix-commits
Subject: 02/17: gnu: python-maxminddb, python-geoip2: Use HTTPS home page.
Date: Fri, 17 Jan 2020 17:45:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 13b09bfc5599a94f4c57f834d0b03000a8660d96
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Jan 17 22:22:15 2020 +0100

    gnu: python-maxminddb, python-geoip2: Use HTTPS home page.
    
    * gnu/packages/geo.scm (python-maxminddb, python-geoip2)[home-page]:
    Use HTTPS.
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index d57d9b8..61b8e55 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1308,7 +1308,7 @@ associated with an address.")
      `(#:tests? #f)) ;; Tests require a copy of the maxmind database
     (inputs
      `(("libmaxminddb" ,libmaxminddb)))
-    (home-page "http://www.maxmind.com/";)
+    (home-page "https://www.maxmind.com/";)
     (synopsis "Reader for the MaxMind DB format")
     (description "MaxMind DB is a binary file format that stores data indexed
 by IP address subnets (IPv4 or IPv6).  This is a Python module for reading
@@ -1332,7 +1332,7 @@ MaxMind DB files.")
     (inputs
      `(("python-maxminddb" ,python-maxminddb)
        ("python-requests" ,python-requests)))
-    (home-page "http://www.maxmind.com/";)
+    (home-page "https://www.maxmind.com/";)
     (synopsis "MaxMind GeoIP2 API")
     (description "Provides an API for the GeoIP2 web services and databases.
 The API also works with MaxMind’s free GeoLite2 databases.")



reply via email to

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