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

python310Packages.radish-bdd: update meta

parent 851c9a48
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -60,7 +60,8 @@ buildPythonPackage rec {

  meta = with lib; {
    description = "Behaviour-Driven-Development tool for python";
    homepage = "http://radish-bdd.io";
    homepage = "https://radish-bdd.github.io/";
    changelog = "https://github.com/radish-bdd/radish/blob/v${version}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ kalbasit ];
  };