summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-24 01:32:56 +0100
committerGitHub <noreply@github.com>2023-01-24 01:32:56 +0100
commit1c399311901f8563303ab18c165c17c33119a6ad (patch)
treeb6b0aec82d6c348a65b15836547dfca53655180d
parent287b071e9a7130cacf7664e5c69ec3a889b800f8 (diff)
parentc23ac513f7435530e8eababf3d37685198dec709 (diff)
downloadnixpkgs-1c399311901f8563303ab18c165c17c33119a6ad.tar
nixpkgs-1c399311901f8563303ab18c165c17c33119a6ad.tar.gz
nixpkgs-1c399311901f8563303ab18c165c17c33119a6ad.tar.bz2
nixpkgs-1c399311901f8563303ab18c165c17c33119a6ad.tar.lz
nixpkgs-1c399311901f8563303ab18c165c17c33119a6ad.tar.xz
nixpkgs-1c399311901f8563303ab18c165c17c33119a6ad.tar.zst
nixpkgs-1c399311901f8563303ab18c165c17c33119a6ad.zip
Merge pull request #212335 from wegank/ocp-indent-homepage
ocamlPackages.ocp-indent: update homepage
-rw-r--r--pkgs/development/tools/ocaml/ocp-indent/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ocaml/ocp-indent/default.nix b/pkgs/development/tools/ocaml/ocp-indent/default.nix
index 29673d99dd0..aae650fbdc2 100644
--- a/pkgs/development/tools/ocaml/ocp-indent/default.nix
+++ b/pkgs/development/tools/ocaml/ocp-indent/default.nix
@@ -18,7 +18,7 @@ buildDunePackage rec {
   buildInputs = [ cmdliner ];
 
   meta = with lib; {
-    homepage = "http://typerex.ocamlpro.com/ocp-indent.html";
+    homepage = "https://www.typerex.org/ocp-indent.html";
     description = "A customizable tool to indent OCaml code";
     license = licenses.gpl3;
     maintainers = [ maintainers.jirkamarsik ];