From patchwork Sun Nov 6 11:29:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: non such X-Patchwork-Id: 17233 Received: (qmail 60742 invoked by uid 89); 6 Nov 2016 11:30:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=panels, Prototype X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: lists.gnu.org Received: from lists.gnu.org (HELO lists.gnu.org) (208.118.235.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 06 Nov 2016 11:30:21 +0000 Received: from localhost ([::1]:41900 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3LeW-0002A3-79 for patchwork@sourceware.org; Sun, 06 Nov 2016 06:30:20 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3Le6-0001s9-P3 for guix-devel@gnu.org; Sun, 06 Nov 2016 06:29:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3Le3-00050o-Lj for guix-devel@gnu.org; Sun, 06 Nov 2016 06:29:54 -0500 Received: from aibo.runbox.com ([91.220.196.211]:38469) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c3Le3-0004yS-FG for guix-devel@gnu.org; Sun, 06 Nov 2016 06:29:51 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1c3Le1-0007OG-3j for guix-devel@gnu.org; Sun, 06 Nov 2016 12:29:49 +0100 Received: from x5d83ee27.dyn.telefonica.de ([93.131.238.39] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1c3Lds-0005HO-Vf; Sun, 06 Nov 2016 12:29:41 +0100 From: ng0 To: guix-devel@gnu.org Subject: [PATCH 1/3] gnu: r-proto: Update project's home-page. Date: Sun, 6 Nov 2016 11:29:34 +0000 Message-Id: <20161106112936.24282-2-ng0@we.make.ritual.n0.is> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161106112936.24282-1-ng0@we.make.ritual.n0.is> References: <20161106112936.24282-1-ng0@we.make.ritual.n0.is> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 91.220.196.211 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+patchwork=sourceware.org@gnu.org Sender: "Guix-devel" * gnu/packages/statistics.scm (r-proto)[home-page]: Update project's home-page. --- gnu/packages/statistics.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index c276120..4ad19b9 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -512,7 +512,7 @@ panels or collapse high-dimensional arrays to simpler summary statistics.") (sha256 (base32 "1l843p8vckjckdhgv37ngv47fga5jzy0n00pmipvp05nnaixk54j")))) (build-system r-build-system) - (home-page "http://r-proto.googlecode.com") + (home-page "https://github.com/hadley/proto") (synopsis "Prototype object-based programming") (description "Proto is an object oriented system using object-based, also called