summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/piqi-ocaml
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-01-03 16:53:12 +0100
committerGitHub <noreply@github.com>2022-01-03 16:53:12 +0100
commit944a2dc83568f515cd3b0f8bb777dbbe0d14226a (patch)
treef35b739281d7c0ac0868f16e90a9a126465fbbec /pkgs/development/ocaml-modules/piqi-ocaml
parent0bed14f8e734758be6d26fde34951e8e4bd8148c (diff)
downloadnixpkgs-944a2dc83568f515cd3b0f8bb777dbbe0d14226a.tar
nixpkgs-944a2dc83568f515cd3b0f8bb777dbbe0d14226a.tar.gz
nixpkgs-944a2dc83568f515cd3b0f8bb777dbbe0d14226a.tar.bz2
nixpkgs-944a2dc83568f515cd3b0f8bb777dbbe0d14226a.tar.lz
nixpkgs-944a2dc83568f515cd3b0f8bb777dbbe0d14226a.tar.xz
nixpkgs-944a2dc83568f515cd3b0f8bb777dbbe0d14226a.tar.zst
nixpkgs-944a2dc83568f515cd3b0f8bb777dbbe0d14226a.zip
Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
Diffstat (limited to 'pkgs/development/ocaml-modules/piqi-ocaml')
-rw-r--r--pkgs/development/ocaml-modules/piqi-ocaml/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/piqi-ocaml/default.nix b/pkgs/development/ocaml-modules/piqi-ocaml/default.nix
index 7203f370285..9899bfc4bdf 100644
--- a/pkgs/development/ocaml-modules/piqi-ocaml/default.nix
+++ b/pkgs/development/ocaml-modules/piqi-ocaml/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   installPhase = "DESTDIR=$out make install";
 
   meta = with lib; {
-    homepage = "http://piqi.org";
+    homepage = "https://piqi.org";
     description = "Universal schema language and a collection of tools built around it. These are the ocaml bindings";
     license = licenses.asl20;
     maintainers = [ maintainers.maurer ];