Merge pull request #212335 from wegank/ocp-indent-homepage

ocamlPackages.ocp-indent: update homepage
This commit is contained in:
Weijia Wang 2023-01-24 01:32:56 +01:00 committed by GitHub
commit 1c39931190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];