diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-07 00:01:43 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-07 02:01:33 +0200 |
commit | 8bad0c0bbb73176ff72a88b47f71d7b07720a483 (patch) | |
tree | c10ded017087ee2bd146526db74b82b32ffd19ef /gnu/packages | |
parent | ea94aff7daa72f8ac1c3ed48c2dc0a3abfaf9583 (diff) | |
download | patches-8bad0c0bbb73176ff72a88b47f71d7b07720a483.tar patches-8bad0c0bbb73176ff72a88b47f71d7b07720a483.tar.gz |
gnu: ntfs-3g: Use HTTPS for the home page as well.
* gnu/packages/linux.scm (ntfs-3g)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a103fd891a..12a6887925 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 |