treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ protobuf zlib ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/protobuf-c/protobuf-c/;
|
||||
homepage = "https://github.com/protobuf-c/protobuf-c/";
|
||||
description = "C bindings for Google's Protocol Buffers";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user