treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [ "BINDIR=$(out)/bin" "MANDIR=$(out)/usr/share/man/man1" "DYPGENLIBDIR=$(out)/lib/ocaml/${ocaml.version}/site-lib" ];
|
||||
|
||||
meta = {
|
||||
homepage = http://dypgen.free.fr;
|
||||
homepage = "http://dypgen.free.fr";
|
||||
description = "Dypgen GLR self extensible parser generator";
|
||||
license = stdenv.lib.licenses.cecill-b;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
|
||||
Reference in New Issue
Block a user