treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
propagatedBuildInputs = [ libpcap ];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/pellegre/libcrafter;
|
||||
homepage = "https://github.com/pellegre/libcrafter";
|
||||
description = "High level C++ network packet sniffing and crafting library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = [ stdenv.lib.maintainers.lethalman ];
|
||||
|
||||
Reference in New Issue
Block a user