treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ pam openssl db ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.padl.com/OSS/pam_ccreds.html;
|
||||
homepage = "https://www.padl.com/OSS/pam_ccreds.html";
|
||||
description = "PAM module to locally authenticate using an enterprise identity when the network is unavailable";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user