From aba04b93fb4033605ae3d13cbbc43147d9fe935a Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH] python312Packages.should-dsl: update homepage --- pkgs/development/python-modules/should-dsl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; };