treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://kea.isc.org/;
|
||||
homepage = "https://kea.isc.org/";
|
||||
description = "High-performance, extensible DHCP server by ISC";
|
||||
longDescription = ''
|
||||
KEA is a new open source DHCPv4/DHCPv6 server being developed by
|
||||
|
||||
Reference in New Issue
Block a user