diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:12:16 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 16:01:18 +0100 |
commit | a0087cf58d1172bcb9267d349bfc8497721bc15d (patch) | |
tree | c5a134f2214aa60747731ab9c78b18e4b99898e3 /gnu | |
parent | 80fafdba1c26cba39d22cbf7ec2bd7199b244b58 (diff) | |
download | patches-a0087cf58d1172bcb9267d349bfc8497721bc15d.tar patches-a0087cf58d1172bcb9267d349bfc8497721bc15d.tar.gz |
gnu: mit-krb5: Use HTTPS home page.
* gnu/packages/kerberos.scm (mit-krb5)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kerberos.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm index 1253a58546..34e70e7994 100644 --- a/gnu/packages/kerberos.scm +++ b/gnu/packages/kerberos.scm @@ -97,7 +97,7 @@ authentication for client/server applications by using secret-key cryptography.") (license (license:non-copyleft "file://NOTICE" "See NOTICE in the distribution.")) - (home-page "http://web.mit.edu/kerberos/") + (home-page "https://web.mit.edu/kerberos/") (properties '((cpe-name . "kerberos"))))) (define-public shishi |