guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: check: Update home page URL.


From: Alex Kost
Subject: Re: [PATCH] gnu: check: Update home page URL.
Date: Sun, 03 Apr 2016 20:18:57 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Jochem Raat (2016-04-03 19:28 +0300) wrote:

> Hey,
>
> The attached patch changes the home-page url of the check package,
> because the old page now links to this page with the message "Check has
> moved to Github".
>
> From 27c7662ce2620d0f9090e0ff1f236ddc981adfed Mon Sep 17 00:00:00 2001
> From: Jochem Raat <address@hidden>
> Date: Sun, 3 Apr 2016 18:20:27 +0200
> Subject: [PATCH] gnu: check: Update home page URL.
>
> * gnu/packages/check.scm (check)[home-page]: Update to new location.
> ---
>  gnu/packages/check.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
> index 4db2e6c..9eef7a9 100644
> --- a/gnu/packages/check.scm
> +++ b/gnu/packages/check.scm
> @@ -45,7 +45,7 @@
>         (base32
>          "02l4g79d81s07hzywcv1knwj5dyrwjiq2pgxaz7kidxi8m364wn2"))))
>      (build-system gnu-build-system)
> -    (home-page "http://check.sourceforge.net/";)
> +    (home-page "https://libcheck.github.io/check/";)
>      (synopsis "Unit test framework for C")
>      (description
>       "Check is a unit testing framework for C.  It features a simple

Applied, thanks!

-- 
Alex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]