mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: skarnet: Use HTTPS for home pages.
* gnu/packages/skarnet.scm (skalibs, execline, s6-linux-utils, s6-dns) (s6-networking, s6-rc, s6-portable-utils, s6-linux-utils)[home-page]: Use HTTPS.
This commit is contained in:
parent
bbf8832f16
commit
d1e8408f53
1 changed files with 8 additions and 8 deletions
|
@ -50,7 +50,7 @@ (define-public skalibs
|
||||||
(("\\$\\(wildcard src/lib\\*/\\*.c\\)")
|
(("\\$\\(wildcard src/lib\\*/\\*.c\\)")
|
||||||
"$(sort $(wildcard src/lib*/*.c))"))
|
"$(sort $(wildcard src/lib*/*.c))"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://skarnet.org/software/skalibs/")
|
(home-page "https://skarnet.org/software/skalibs/")
|
||||||
(synopsis "Platform abstraction libraries for skarnet.org software")
|
(synopsis "Platform abstraction libraries for skarnet.org software")
|
||||||
(description
|
(description
|
||||||
"This package provides lightweight C libraries isolating the developer
|
"This package provides lightweight C libraries isolating the developer
|
||||||
|
@ -90,7 +90,7 @@ (define-public execline
|
||||||
(wrap-program (string-append bin "/execlineb")
|
(wrap-program (string-append bin "/execlineb")
|
||||||
`("PATH" ":" prefix (,bin)))))))
|
`("PATH" ":" prefix (,bin)))))))
|
||||||
#:tests? #f)) ; No tests exist.
|
#:tests? #f)) ; No tests exist.
|
||||||
(home-page "http://skarnet.org/software/execline/")
|
(home-page "https://skarnet.org/software/execline/")
|
||||||
(license isc)
|
(license isc)
|
||||||
(synopsis "Non-interactive shell-like language with minimal overhead")
|
(synopsis "Non-interactive shell-like language with minimal overhead")
|
||||||
(description
|
(description
|
||||||
|
@ -129,7 +129,7 @@ (define-public s6
|
||||||
(assoc-ref %build-inputs "skalibs")
|
(assoc-ref %build-inputs "skalibs")
|
||||||
"/lib/skalibs/sysdeps"))
|
"/lib/skalibs/sysdeps"))
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "http://skarnet.org/software/s6")
|
(home-page "https://skarnet.org/software/s6")
|
||||||
(license isc)
|
(license isc)
|
||||||
(synopsis "Small suite of programs for process supervision")
|
(synopsis "Small suite of programs for process supervision")
|
||||||
(description
|
(description
|
||||||
|
@ -164,7 +164,7 @@ (define-public s6-dns
|
||||||
(assoc-ref %build-inputs "skalibs")
|
(assoc-ref %build-inputs "skalibs")
|
||||||
"/lib/skalibs/sysdeps"))
|
"/lib/skalibs/sysdeps"))
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "http://skarnet.org/software/s6-dns")
|
(home-page "https://skarnet.org/software/s6-dns")
|
||||||
(license isc)
|
(license isc)
|
||||||
(synopsis "Suite of DNS client programs")
|
(synopsis "Suite of DNS client programs")
|
||||||
(description
|
(description
|
||||||
|
@ -206,7 +206,7 @@ (define-public s6-networking
|
||||||
(assoc-ref %build-inputs "skalibs")
|
(assoc-ref %build-inputs "skalibs")
|
||||||
"/lib/skalibs/sysdeps"))
|
"/lib/skalibs/sysdeps"))
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "http://skarnet.org/software/s6-networking")
|
(home-page "https://skarnet.org/software/s6-networking")
|
||||||
(license isc)
|
(license isc)
|
||||||
(synopsis "Suite of network utilities for Unix systems")
|
(synopsis "Suite of network utilities for Unix systems")
|
||||||
(description
|
(description
|
||||||
|
@ -246,7 +246,7 @@ (define-public s6-rc
|
||||||
(assoc-ref %build-inputs "skalibs")
|
(assoc-ref %build-inputs "skalibs")
|
||||||
"/lib/skalibs/sysdeps"))
|
"/lib/skalibs/sysdeps"))
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "http://skarnet.org/software/s6-rc")
|
(home-page "https://skarnet.org/software/s6-rc")
|
||||||
(license isc)
|
(license isc)
|
||||||
(synopsis "Service manager for s6-based systems")
|
(synopsis "Service manager for s6-based systems")
|
||||||
(description
|
(description
|
||||||
|
@ -281,7 +281,7 @@ (define-public s6-portable-utils
|
||||||
(assoc-ref %build-inputs "skalibs")
|
(assoc-ref %build-inputs "skalibs")
|
||||||
"/lib/skalibs/sysdeps"))
|
"/lib/skalibs/sysdeps"))
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "http://skarnet.org/software/s6-portable-utils")
|
(home-page "https://skarnet.org/software/s6-portable-utils")
|
||||||
(license isc)
|
(license isc)
|
||||||
(synopsis "Tiny command-line Unix utilities")
|
(synopsis "Tiny command-line Unix utilities")
|
||||||
(description
|
(description
|
||||||
|
@ -314,7 +314,7 @@ (define-public s6-linux-utils
|
||||||
(assoc-ref %build-inputs "skalibs")
|
(assoc-ref %build-inputs "skalibs")
|
||||||
"/lib/skalibs/sysdeps"))
|
"/lib/skalibs/sysdeps"))
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "http://skarnet.org/software/s6-linux-utils")
|
(home-page "https://skarnet.org/software/s6-linux-utils")
|
||||||
(license isc)
|
(license isc)
|
||||||
(synopsis "Set of minimalistic Linux-specific system utilities")
|
(synopsis "Set of minimalistic Linux-specific system utilities")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue