treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "libpcap application that displays DNS traffic on your network";
|
||||
homepage = http://dns.measurement-factory.com/tools/dnstop;
|
||||
homepage = "http://dns.measurement-factory.com/tools/dnstop";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user