treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
enableParallelBuilding = true;
|
||||
meta = {
|
||||
description = "Quick, precise tests for entire TCP/UDP/IPv4/IPv6 network stacks";
|
||||
homepage = https://github.com/google/packetdrill;
|
||||
homepage = "https://github.com/google/packetdrill";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ dmjio cleverca22 ];
|
||||
|
||||
Reference in New Issue
Block a user