treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://zmap.io/;
|
||||
homepage = "https://zmap.io/";
|
||||
license = licenses.asl20;
|
||||
description = "Fast single packet network scanner designed for Internet-wide network surveys";
|
||||
maintainers = with maintainers; [ ma27 ];
|
||||
|
||||
Reference in New Issue
Block a user