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

python311Packages.agate-excel: add changelog to meta

parent ca6ae1f6
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Adds read support for excel files to agate";
    homepage = "https://github.com/wireservice/agate-excel";
    changelog = "https://github.com/wireservice/agate-excel/blob/${version}/CHANGELOG.rst";
    license = licenses.mit;
    maintainers = with maintainers; [ vrthra ];
  };