treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -44,7 +44,7 @@ stdenv.mkDerivation {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A collection of Domain Name System tools";
|
||||
longDescription = "Includes software for all the fundamental DNS operations: DNS cache: finding addresses of Internet hosts; DNS server: publishing addresses of Internet hosts; and DNS client: talking to a DNS cache.";
|
||||
homepage = https://cr.yp.to/djbdns.html;
|
||||
homepage = "https://cr.yp.to/djbdns.html";
|
||||
license = licenses.publicDomain;
|
||||
maintainers = with maintainers; [ jerith666 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user