diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-13 17:07:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-13 21:25:39 +0100 |
commit | 4a2982a1327f6eabf39bb98374c48b327416c732 (patch) | |
tree | cefad7aef6a9e2ba6cfc60a4209f784c65f67b42 /gnu | |
parent | 0dd6d21ae3b8aadc73d93954ccca7ea98203607d (diff) | |
download | guix-4a2982a1327f6eabf39bb98374c48b327416c732.tar guix-4a2982a1327f6eabf39bb98374c48b327416c732.tar.gz |
gnu: libcap-ng: Use HTTPS for home page.
* gnu/packages/admin.scm (libcap-ng)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 331b0315f9..c1da2d8f4d 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1308,7 +1308,7 @@ track changes in important system configuration files.") "0ssvnh4cvhya0c1j6k6192zvqcq7nc0x01fb5nwhr0prfqr0i8j8")))) (build-system gnu-build-system) (inputs `(("python" ,python))) - (home-page "http://people.redhat.com/sgrubb/libcap-ng/") + (home-page "https://people.redhat.com/sgrubb/libcap-ng/") (synopsis "Library for more easily working with POSIX capabilities") (description "The libcap-ng library is intended to make programming with POSIX |