[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: r-calculus: Fix typo in home-page.
From: |
guix-commits |
Subject: |
03/06: gnu: r-calculus: Fix typo in home-page. |
Date: |
Thu, 29 Oct 2020 20:15:35 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 6f1c9c341140631d0ab2fc7ac64aadf6bd76afa3
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Oct 28 23:17:31 2020 +0100
gnu: r-calculus: Fix typo in home-page.
* gnu/packages/cran.scm (r-calculus)[home-page]: Fix typo.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/cran.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fea560f..e3bd3d7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24615,7 +24615,7 @@ absolute GSEA.")
(build-system r-build-system)
(propagated-inputs
`(("r-rcpp" ,r-rcpp)))
- (home-page "https://github.com/guidotti/calculus")
+ (home-page "https://github.com/eguidotti/calculus")
(synopsis "High dimensional numerical and symbolic calculus")
(description
"Efficient C++ optimized functions for numerical and symbolic calculus.
- branch master updated (61e839a -> 1c6d985), guix-commits, 2020/10/29
- 01/06: scripts: lint: Fix '--no-network' option., guix-commits, 2020/10/29
- 04/06: file-systems: Allow swap space lookup by UUID/label., guix-commits, 2020/10/29
- 06/06: installer: Use UUIDs in the 'swap-devices' field., guix-commits, 2020/10/29
- 03/06: gnu: r-calculus: Fix typo in home-page.,
guix-commits <=
- 05/06: services: swap: Allow for UUIDs and file system labels., guix-commits, 2020/10/29
- 02/06: scripts: lint: Add '--exclude' option., guix-commits, 2020/10/29