treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
checkPhase = "${topkg.run} test";
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/mirleft/ocaml-asn1-combinators;
|
||||
homepage = "https://github.com/mirleft/ocaml-asn1-combinators";
|
||||
description = "Combinators for expressing ASN.1 grammars in OCaml";
|
||||
license = stdenv.lib.licenses.isc;
|
||||
maintainers = with stdenv.lib.maintainers; [ vbgl ];
|
||||
|
||||
Reference in New Issue
Block a user