python312Packages.should-dsl: update homepage

This commit is contained in:
FliegendeWurst
2025-01-04 19:25:09 +01:00
parent ecfabc1945
commit aba04b93fb
@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Should assertions in Python as clear and readable as possible";
homepage = "http://www.should-dsl.info/";
homepage = "https://github.com/nsi-iff/should-dsl";
license = licenses.mit;
maintainers = with maintainers; [ jluttine ];
};