python3Packages.hy: update meta
This commit is contained in:
parent
d956922c41
commit
2862810dfa
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user