diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:23:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-18 02:16:21 +0100 |
commit | 3c1a10e3417db2dd1c78acf648eb3abe062ac1c1 (patch) | |
tree | 38a82aa5bb6325b744f28c396f9a65812fb311c1 | |
parent | f9d9a7e4a62282d26ea1404f2c09c703bb8d2beb (diff) | |
download | guix-3c1a10e3417db2dd1c78acf648eb3abe062ac1c1.tar.gz guix-3c1a10e3417db2dd1c78acf648eb3abe062ac1c1.zip |
gnu: r-gsubfn: Update home page.
* gnu/packages/cran.scm (r-gsubfn)[home-page]: Update and use HTTPS.
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 4ed6927d54..951904785e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -5077,7 +5077,7 @@ It also includes interpolation functions.") "00j6b8b6xsx6v370h220x233rpk6asca78165y3d48jpwvwisdc9")))) (build-system r-build-system) (propagated-inputs `(("r-proto" ,r-proto))) - (home-page "http://gsubfn.googlecode.com") + (home-page "https://code.google.com/archive/p/gsubfn/") (synopsis "Utilities for strings and function arguments.") (description "This package provides @code{gsubfn} which is like @code{gsub} but can |