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 <jch...@riseup.net>
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
-- 
2.7.3

Reply via email to