treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A software system for writing extensible parsers for programming languages";
|
||||
homepage = https://github.com/ocaml/camlp4;
|
||||
homepage = "https://github.com/ocaml/camlp4";
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user