Merge pull request #212335 from wegank/ocp-indent-homepage
ocamlPackages.ocp-indent: update homepage
This commit is contained in:
commit
1c39931190
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ buildDunePackage rec {
|
||||||
buildInputs = [ cmdliner ];
|
buildInputs = [ cmdliner ];
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
description = "A customizable tool to indent OCaml code";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ maintainers.jirkamarsik ];
|
maintainers = [ maintainers.jirkamarsik ];
|
||||||
|
|
Loading…
Reference in a new issue