diff options
author | jgart <[email protected]> | 2022-11-11 00:28:23 -0600 |
---|---|---|
committer | Christopher Baines <[email protected]> | 2022-11-17 12:00:32 +0000 |
commit | f91f9006c48bea14e1bb7f45c1ab036e9490c089 (patch) | |
tree | 0500e62fa13f60cfd2ab338a3b3c776b713e2a0b | |
parent | 024a98cb83c6b7d6bebbd56645bc6534d77f3ebc (diff) |
gnu: python-hypothesis: Update home-page.
* gnu/packages/check.scm.scm (python-hypothesis)[home-page]: Update it.
Signed-off-by: Christopher Baines <[email protected]>
-rw-r--r-- | gnu/packages/check.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index ec2545dbbf..c900a055d5 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -40,6 +40,7 @@ ;;; Copyright © 2022 Maxime Devos <[email protected]> ;;; Copyright © 2022 David Elsing <[email protected]> ;;; Copyright © 2022 Sharlatan Hellseher <[email protected]> +;;; Copyright © 2022 jgart <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -2173,7 +2174,7 @@ instantly.") much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.") - (home-page "https://github.com/HypothesisWorks/hypothesis") + (home-page "https://hypothesis.works/") (license license:mpl2.0))) ;;; TODO: Make the default python-hypothesis in the next rebuild cycle. |