treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ lzo ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.lzop.org;
|
||||
homepage = "http://www.lzop.org";
|
||||
description = "Fast file compressor";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user