Merge pull request #59535 from matthewbauer/homepage-fixes

treewide: update homepages to https where available
This commit is contained in:
Matthew Bauer
2019-04-15 20:47:30 -04:00
committed by GitHub
168 changed files with 178 additions and 183 deletions

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
inherit (topkg) buildPhase installPhase;
meta = {
homepage = http://erratique.ch/software/astring;
homepage = https://erratique.ch/software/astring;
description = "Alternative String module for OCaml";
longDescription = ''
Astring exposes an alternative String module for OCaml. This module tries

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Basic OS interaction for OCaml";
homepage = http://erratique.ch/software/bos;
homepage = https://erratique.ch/software/bos;
license = stdenv.lib.licenses.isc;
maintainers = [ stdenv.lib.maintainers.vbgl ];
inherit (ocaml.meta) platforms;

View File

@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
inherit (topkg) buildPhase installPhase;
meta = with stdenv.lib; {
homepage = http://erratique.ch/software/cmdliner;
homepage = https://erratique.ch/software/cmdliner;
description = "An OCaml module for the declarative definition of command line interfaces";
license = licenses.bsd3;
platforms = ocaml.meta.platforms or [];

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation {
inherit (topkg) buildPhase installPhase;
meta = {
homepage = http://erratique.ch/software/fmt;
homepage = https://erratique.ch/software/fmt;
license = stdenv.lib.licenses.isc;
description = "OCaml Format pretty-printer combinators";
inherit (ocaml.meta) platforms;

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation {
meta = {
description = "An OCaml module for handling file system paths with POSIX and Windows conventions";
homepage = http://erratique.ch/software/fpath;
homepage = https://erratique.ch/software/fpath;
license = stdenv.lib.licenses.isc;
maintainers = [ stdenv.lib.maintainers.vbgl ];
inherit (ocaml.meta) platforms;

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = {
description = "An OCaml non-blocking streaming codec to decode and encode the JSON data format";
homepage = http://erratique.ch/software/jsonm;
homepage = https://erratique.ch/software/jsonm;
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ vbgl ];
platforms = ocaml.meta.platforms or [];

View File

@@ -32,7 +32,7 @@ stdenv.mkDerivation {
meta = {
description = "Monotonic wall-clock time for OCaml";
homepage = http://erratique.ch/software/mtime;
homepage = https://erratique.ch/software/mtime;
inherit (ocaml.meta) platforms;
maintainers = [ maintainers.vbgl ];
license = licenses.bsd3;

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
inherit (topkg) installPhase;
meta = {
homepage = http://erratique.ch/software/ptime;
homepage = https://erratique.ch/software/ptime;
description = "POSIX time for OCaml";
longDescription = ''
Ptime has platform independent POSIX time support in pure OCaml.

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation {
inherit (topkg) buildPhase installPhase;
meta = with stdenv.lib; {
homepage = http://erratique.ch/software/react;
homepage = https://erratique.ch/software/react;
description = "Applicative events and signals for OCaml";
license = licenses.bsd3;
platforms = ocaml.meta.platforms or [];

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = {
license = stdenv.lib.licenses.isc;
homepage = http://erratique.ch/software/rresult;
homepage = https://erratique.ch/software/rresult;
description = "Result value combinators for OCaml";
maintainers = [ stdenv.lib.maintainers.vbgl ];
inherit (ocaml.meta) platforms;

View File

@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
passthru = { inherit run; };
meta = {
homepage = http://erratique.ch/software/topkg;
homepage = https://erratique.ch/software/topkg;
license = stdenv.lib.licenses.isc;
maintainers = [ stdenv.lib.maintainers.vbgl ];
description = "A packager for distributing OCaml software";

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "An OCaml module implementing 128 bits universally unique identifiers version 3, 5 (name based with MD5, SHA-1 hashing) and 4 (random based) according to RFC 4122";
homepage = http://erratique.ch/software/uuidm;
homepage = https://erratique.ch/software/uuidm;
license = licenses.bsd3;
platforms = ocaml.meta.platforms or [];
maintainers = [ maintainers.maurer ];