Commit 86fd68c1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.python-box: add changelog to meta

parent 2280ae38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python dictionaries with advanced dot notation access";
    homepage = "https://github.com/cdgriffith/Box";
    changelog = "https://github.com/cdgriffith/Box/blob/${version}/CHANGES.rst";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ fab ];
  };