Loading pkgs/development/python-modules/agate-excel/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/agate-excel/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading