gnu: linux: Use HTTPS for home pages where possible.

* gnu/packages/linux.scm (ltrace, libnl, pflask, acpi, module-init-tools)
(snapscreenshot)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2018-01-15 07:29:02 +01:00
parent 4631e6c9cd
commit 81e59e4146
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 6 deletions

View File

@ -915,7 +915,7 @@ trace of all the system calls made by a another process/program.")
(arguments (arguments
;; Compilation uses -Werror by default, but it fails. ;; Compilation uses -Werror by default, but it fails.
'(#:configure-flags '("--disable-werror"))) '(#:configure-flags '("--disable-werror")))
(home-page "http://www.ltrace.org/") (home-page "https://www.ltrace.org/")
(synopsis "Library call tracer for Linux") (synopsis "Library call tracer for Linux")
(description (description
"ltrace intercepts and records dynamic library calls which are called by "ltrace intercepts and records dynamic library calls which are called by
@ -1527,7 +1527,7 @@ transparently through a bridge.")
(mkdir-p dest) (mkdir-p dest)
(zero? (system* "tar" "xf" (assoc-ref inputs "libnl3-doc") (zero? (system* "tar" "xf" (assoc-ref inputs "libnl3-doc")
"--strip-components=1" "-C" dest)))))))) "--strip-components=1" "-C" dest))))))))
(home-page "http://www.infradead.org/~tgr/libnl/") (home-page "https://www.infradead.org/~tgr/libnl/")
(synopsis "NetLink protocol library suite") (synopsis "NetLink protocol library suite")
(description (description
"The libnl suite is a collection of libraries providing APIs to netlink "The libnl suite is a collection of libraries providing APIs to netlink
@ -2586,7 +2586,7 @@ particular the 'perf' command.")
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f)) ; no tests '(#:tests? #f)) ; no tests
(home-page "http://ghedo.github.io/pflask/") (home-page "https://ghedo.github.io/pflask/")
(synopsis "Simple tool for creating Linux namespace containers") (synopsis "Simple tool for creating Linux namespace containers")
(description "pflask is a simple tool for creating Linux namespace (description "pflask is a simple tool for creating Linux namespace
containers. It can be used for running a command or even booting an OS inside containers. It can be used for running a command or even booting an OS inside
@ -2664,7 +2664,7 @@ WLAN, Bluetooth and mobile broadband.")
(version "1.7") (version "1.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/acpiclient/acpiclient/" (uri (string-append "mirror://sourceforge/acpiclient/acpiclient/"
version "/" name "-" version ".tar.gz")) version "/" name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
@ -3705,7 +3705,7 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
(("^DOCBOOKTOMAN.*$") (("^DOCBOOKTOMAN.*$")
"DOCBOOKTOMAN = true\n")) "DOCBOOKTOMAN = true\n"))
#t))))) #t)))))
(home-page "http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/") (home-page "https://www.kernel.org/pub/linux/utils/kernel/module-init-tools/")
(synopsis "Tools for loading and managing Linux kernel modules") (synopsis "Tools for loading and managing Linux kernel modules")
(description (description
"Tools for loading and managing Linux kernel modules, such as `modprobe', "Tools for loading and managing Linux kernel modules, such as `modprobe',
@ -4532,7 +4532,7 @@ interfaces in parallel environments.")
(let ((out (assoc-ref outputs "out"))) (let ((out (assoc-ref outputs "out")))
(mkdir-p (string-append out "/share/man/man1")) (mkdir-p (string-append out "/share/man/man1"))
#t)))))) #t))))))
(home-page "http://bisqwit.iki.fi/source/snapscreenshot.html") (home-page "https://bisqwit.iki.fi/source/snapscreenshot.html")
(synopsis "Take screenshots of one or more Linux text consoles") (synopsis "Take screenshots of one or more Linux text consoles")
(description (description
"snapscreenshot saves a screenshot of one or more Linux text consoles as a "snapscreenshot saves a screenshot of one or more Linux text consoles as a