python3Packages.hy: update meta

This commit is contained in:
Thiago Kenji Okada 2022-05-04 11:42:37 +01:00
parent d956922c41
commit 2862810dfa

View file

@ -68,8 +68,9 @@ buildPythonPackage rec {
};
meta = with lib; {
description = "Python to/from Lisp layer";
homepage = "https://github.com/hylang/hy";
description = "A LISP dialect embedded in Python";
homepage = "https://hylang.org/";
changelog = "https://github.com/hylang/hy/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab mazurel nixy thiagokokada ];
};