python310Packages.radish-bdd: update meta

This commit is contained in:
Fabian Affolter 2023-10-01 10:29:09 +02:00 committed by GitHub
parent 851c9a48c3
commit bc9bca1905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};