mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mit-krb5: Use HTTPS home page.
* gnu/packages/kerberos.scm (mit-krb5)[home-page]: Use HTTPS.
This commit is contained in:
parent
80fafdba1c
commit
a0087cf58d
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ (define-public mit-krb5
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue