Unverified Commit 9ca9baab authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.lupa: add changelog to meta

parent 5ac23f93
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Lua in Python";
    homepage = "https://github.com/scoder/lupa";
    changelog = "https://github.com/scoder/lupa/blob/lupa-${version}/CHANGES.rst";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ fab ];
  };