treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ buildDunePackage rec {
|
||||
doCheck = false; # ipaddr and macaddr tests are together, which requires mutual dependency
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://github.com/mirage/ocaml-ipaddr;
|
||||
homepage = "https://github.com/mirage/ocaml-ipaddr";
|
||||
description = "A library for manipulation of MAC address representations";
|
||||
license = licenses.isc;
|
||||
maintainers = [ maintainers.alexfmpe ];
|
||||
|
||||
Reference in New Issue
Block a user