diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:33:14 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-01 14:41:38 +0100 |
commit | 1e30dff38bda59d2ce6fe92368589d64ad6499b5 (patch) | |
tree | a2c2cb119aef58c3305de459774ee8c16600212f /gnu/packages/algebra.scm | |
parent | 21e207d2859035cf9c4ddc134f43f175a0358e59 (diff) |
gnu: lrcalc: Use HTTPS home page.
* gnu/packages/algebra.scm (lrcalc)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r-- | gnu/packages/algebra.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index f503721a7d..c0eaa72996 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -1498,7 +1498,7 @@ cohomology ring of a Grassmann variety. The software package also includes a program that performs fast computation of the more general multiplicative structure constants of Schubert polynomials.") (license license:gpl2+) - (home-page "http://sites.math.rutgers.edu/~asbuch/lrcalc/"))) + (home-page "https://sites.math.rutgers.edu/~asbuch/lrcalc/"))) (define-public iml (package |