treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -28,7 +28,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An implementation of blockchain technology, leveraging familiar and proven technologies";
|
||||
homepage = https://wiki.hyperledger.org/projects/Fabric;
|
||||
homepage = "https://wiki.hyperledger.org/projects/Fabric";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.marsam ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user