treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "LUKS key storage in TPM NVRAM";
|
||||
homepage = https://github.com/shpedoikal/tpm-luks/;
|
||||
homepage = "https://github.com/shpedoikal/tpm-luks/";
|
||||
maintainers = [ maintainers.tstrobel ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user