diff --git a/pkgs/development/python-modules/should-dsl/default.nix b/pkgs/development/python-modules/should-dsl/default.nix index 5ff8faa1b862..1760ed454397 100644 --- a/pkgs/development/python-modules/should-dsl/default.nix +++ b/pkgs/development/python-modules/should-dsl/default.nix @@ -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 ]; };