* [PATCH] gnu: check: Update home page URL.
@ 2016-04-03 16:28 Jochem Raat
2016-04-03 17:18 ` Alex Kost
0 siblings, 1 reply; 2+ messages in thread
From: Jochem Raat @ 2016-04-03 16:28 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 162 bytes --]
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".
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-check-Update-home-page-URL.patch --]
[-- Type: text/x-patch, Size: 909 bytes --]
From 27c7662ce2620d0f9090e0ff1f236ddc981adfed Mon Sep 17 00:00:00 2001
From: Jochem Raat <jchmrt@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: check: Update home page URL.
2016-04-03 16:28 [PATCH] gnu: check: Update home page URL Jochem Raat
@ 2016-04-03 17:18 ` Alex Kost
0 siblings, 0 replies; 2+ messages in thread
From: Alex Kost @ 2016-04-03 17:18 UTC (permalink / raw)
To: Jochem Raat; +Cc: guix-devel
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 <jchmrt@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
Applied, thanks!
--
Alex
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-03 17:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-03 16:28 [PATCH] gnu: check: Update home page URL Jochem Raat
2016-04-03 17:18 ` Alex Kost
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).