guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: ntfs-3g: Use HTTPS for the home page as well.


From: Tobias Geerinckx-Rice
Subject: 03/04: gnu: ntfs-3g: Use HTTPS for the home page as well.
Date: Sun, 6 Aug 2017 20:26:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8bad0c0bbb73176ff72a88b47f71d7b07720a483
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Aug 7 00:01:43 2017 +0200

    gnu: ntfs-3g: Use HTTPS for the home page as well.
    
    * gnu/packages/linux.scm (ntfs-3g)[home-page]: Use HTTPS.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a103fd8..12a6887 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3287,7 +3287,7 @@ from userspace.")
                                "--enable-mount-helper"
                                "--enable-posix-acls"
                                "--enable-xattr-mappings")))
-    (home-page "http://www.tuxera.com/community/open-source-ntfs-3g/";)
+    (home-page "https://www.tuxera.com/community/open-source-ntfs-3g/";)
     (synopsis "Read-write access to NTFS file systems")
     (description
      "NTFS-3G provides read-write access to NTFS file systems, which are



reply via email to

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