treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ buildDunePackage rec {
|
||||
|
||||
doCheck = true;
|
||||
meta = with lib; {
|
||||
homepage = https://github.com/hannesm/ocaml-otr;
|
||||
homepage = "https://github.com/hannesm/ocaml-otr";
|
||||
description = "Off-the-record messaging protocol, purely in OCaml";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ sternenseemann ];
|
||||
|
||||
Reference in New Issue
Block a user