treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -25,7 +25,7 @@ stdenv.mkDerivation (rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://caml.inria.fr/ocaml;
|
||||
homepage = "http://caml.inria.fr/ocaml";
|
||||
license = with stdenv.lib.licenses; [ qpl lgpl2 ];
|
||||
description = "Most popular variant of the Caml language";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://caml.inria.fr/ocaml;
|
||||
homepage = "http://caml.inria.fr/ocaml";
|
||||
license = with licenses; [
|
||||
qpl /* compiler */
|
||||
lgpl2 /* library */
|
||||
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://caml.inria.fr/ocaml;
|
||||
homepage = "http://caml.inria.fr/ocaml";
|
||||
branch = "3.12";
|
||||
license = with licenses; [
|
||||
qpl /* compiler */
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://caml.inria.fr/ocaml;
|
||||
homepage = "http://caml.inria.fr/ocaml";
|
||||
branch = "4.00";
|
||||
license = with licenses; [
|
||||
qpl /* compiler */
|
||||
|
||||
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Multi-Stage Programming extension for OCaml";
|
||||
homepage = http://okmij.org/ftp/ML/MetaOCaml.html;
|
||||
homepage = "http://okmij.org/ftp/ML/MetaOCaml.html";
|
||||
license = with licenses; [ /* compiler */ qpl /* library */ lgpl2 ];
|
||||
maintainers = with maintainers; [ thoughtpolice ];
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@ stdenv.mkDerivation (args // {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://caml.inria.fr/ocaml;
|
||||
homepage = "http://caml.inria.fr/ocaml";
|
||||
branch = versionNoPatch;
|
||||
license = with licenses; [
|
||||
qpl /* compiler */
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation ({
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://www.metaocaml.org/;
|
||||
homepage = "http://www.metaocaml.org/";
|
||||
license = with stdenv.lib.licenses; [ qpl lgpl2 ];
|
||||
description = "A compiled, type-safe, multi-stage programming language";
|
||||
broken = true;
|
||||
|
||||
Reference in New Issue
Block a user