treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -44,7 +44,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.fsij.org/pages/gnuk;
|
||||
homepage = "http://www.fsij.org/pages/gnuk";
|
||||
description = "An implementation of USB cryptographic token for gpg";
|
||||
license = licenses.gpl3;
|
||||
platforms = with platforms; linux;
|
||||
|
||||
Reference in New Issue
Block a user