treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -29,7 +29,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Bitcoin Blockchain Query Protocol";
|
||||
homepage = https://libbitcoin.org/;
|
||||
homepage = "https://libbitcoin.org/";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ asymmetric ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user