treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -57,7 +57,7 @@ in stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Python library for Unbound, the validating, recursive, and caching DNS resolver";
|
||||
license = licenses.bsd3;
|
||||
homepage = http://www.unbound.net;
|
||||
homepage = "http://www.unbound.net";
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
broken = true;
|
||||
|
||||
Reference in New Issue
Block a user