treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
enableParallelBuilding = false; #bug
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/lzfse/lzfse;
|
||||
homepage = "https://github.com/lzfse/lzfse";
|
||||
description = "a reference C implementation of the LZFSE compressor";
|
||||
longDescription = ''
|
||||
This is a reference C implementation of the LZFSE compressor introduced in the Compression library with OS X 10.11 and iOS 9.
|
||||
|
||||
Reference in New Issue
Block a user