Commit 80cfa1ec authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.rebulk: add changelog to meta

parent 01830e7b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -15,8 +15,10 @@ buildPythonPackage rec {
  propagatedBuildInputs = [ six regex ];

  meta = with lib; {
    description = "Advanced string matching from simple patterns";
    homepage = "https://github.com/Toilal/rebulk/";
    changelog = "https://github.com/Toilal/rebulk/blob/v${version}/CHANGELOG.md";
    license = licenses.mit;
    description = "Advanced string matching from simple patterns";
    maintainers = with maintainers; [ ];
  };
}