treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ buildDunePackage rec {
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://github.com/mirage/ocaml-ipaddr;
|
||||
homepage = "https://github.com/mirage/ocaml-ipaddr";
|
||||
description = "A library for manipulation of IP (and MAC) address representations ";
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ alexfmpe ericbmerritt ];
|
||||
|
||||
Reference in New Issue
Block a user