treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ pam kerberos ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.eyrie.org/~eagle/software/pam-krb5/;
|
||||
homepage = "https://www.eyrie.org/~eagle/software/pam-krb5/";
|
||||
description = "PAM module allowing PAM-aware applications to authenticate users by performing an AS exchange with a Kerberos KDC";
|
||||
longDescription = ''
|
||||
pam_krb5 can optionally convert Kerberos 5 credentials to Kerberos IV
|
||||
|
||||
Reference in New Issue
Block a user