python3Packages.hy: update meta

main
Thiago Kenji Okada 2 years ago
parent d956922c41
commit 2862810dfa
  1. 5
      pkgs/development/python-modules/hy/default.nix

@ -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…
Cancel
Save