about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-03-20 13:36:23 +0100
committerPatrick Hilhorst <git@hilhorst.be>2020-03-20 13:36:23 +0100
commit9fc5e7e473874762fdb1b49d17dcf703d48352c3 (patch)
tree93932db70d464e3cf3bb36460715dda5fd360b24 /pkgs/development/ocaml-modules
parentecce3a7bc9a35415b82169630d352abddf6bcdd2 (diff)
downloadnixlib-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar
nixlib-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.gz
nixlib-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.bz2
nixlib-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.lz
nixlib-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.xz
nixlib-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.zst
nixlib-9fc5e7e473874762fdb1b49d17dcf703d48352c3.zip
treewide: fix redirected urls (again)
Ran the same script as #78265.
Additionally, manually replaced `http://goodies.xfce.org`
with https.
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/ppx_tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_tools/default.nix b/pkgs/development/ocaml-modules/ppx_tools/default.nix
index 8173fc87aba1..551cfae1a741 100644
--- a/pkgs/development/ocaml-modules/ppx_tools/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_tools/default.nix
@@ -41,7 +41,7 @@ let src = fetchFromGitHub {
     pname = "ppx_tools";
     meta = with stdenv.lib; {
       description = "Tools for authors of ppx rewriters";
-      homepage = http://www.lexifi.com/ppx_tools;
+      homepage = https://www.lexifi.com/ppx_tools;
       license = licenses.mit;
       maintainers = with maintainers; [ vbgl ];
     };