treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Tools and library for the WebP image format";
|
||||
homepage = https://developers.google.com/speed/webp/;
|
||||
homepage = "https://developers.google.com/speed/webp/";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ codyopel ];
|
||||
|
||||
Reference in New Issue
Block a user