diff mbox series

[bug#59189] gnu: python-hypothesis: Update home-page.

Message ID 20221111062823.23237-1-jgart@dismail.de
State New
Headers show
Series [bug#59189] gnu: python-hypothesis: Update home-page. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success
cbaines/issue success View issue

Commit Message

jgart Nov. 11, 2022, 6:28 a.m. UTC
* gnu/packages/check.scm.scm (python-hypothesis): Update home-page.
[home-page]: Update it.
---
 gnu/packages/check.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Christopher Baines Nov. 17, 2022, 12:10 p.m. UTC | #1
jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/check.scm.scm (python-hypothesis): Update home-page.
> [home-page]: Update it.
> ---
>  gnu/packages/check.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Thanks! Pushed to master as f91f9006c48bea14e1bb7f45c1ab036e9490c089.

Chris
diff mbox series

Patch

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 <maximedevos@telenet.be>
 ;;; Copyright © 2022 David Elsing <david.elsing@posteo.net>
 ;;; Copyright © 2022 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2173,7 +2174,7 @@  (define-public python-hypothesis
 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.