diff options
author | Mark H Weaver <mhw@netris.org> | 2016-11-07 00:33:16 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-11-07 00:33:16 -0500 |
commit | 71e21fb26dceef7a665b3b1c0dec7ebd92d8ec82 (patch) | |
tree | 7553a6f9ee2ed7494968e7277897098559eacf23 /gnu/packages/statistics.scm | |
parent | 19ac2ba858ebc46db96364809ebfc129be9e4ccf (diff) | |
parent | 14ac8e4865206f5cd1278cd962d01ce27890d51f (diff) | |
download | patches-71e21fb26dceef7a665b3b1c0dec7ebd92d8ec82.tar patches-71e21fb26dceef7a665b3b1c0dec7ebd92d8ec82.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/statistics.scm')
-rw-r--r-- | gnu/packages/statistics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 4770aa89f1..9501f2235c 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -514,7 +514,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 |