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; { meta = with lib; {
description = "Python to/from Lisp layer"; description = "A LISP dialect embedded in Python";
homepage = "https://github.com/hylang/hy"; homepage = "https://hylang.org/";
changelog = "https://github.com/hylang/hy/releases/tag/${version}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ fab mazurel nixy thiagokokada ]; maintainers = with maintainers; [ fab mazurel nixy thiagokokada ];
}; };

Loading…
Cancel
Save