treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = http://pdfcrack.sourceforge.net/;
|
||||
homepage = "http://pdfcrack.sourceforge.net/";
|
||||
description = "Small command line driven tool for recovering passwords and content from PDF files";
|
||||
license = with licenses; [ gpl2 ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user