diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-15 00:40:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-15 14:31:23 +0100 |
commit | e170faa80f9264693859c82b7a8416955d0d88fe (patch) | |
tree | 2394954da8e86c9e3d4f62a7565999e2573cc28e /gnu | |
parent | 078d2d0da7ed1f040a371d15cefff26e110aa920 (diff) | |
download | patches-e170faa80f9264693859c82b7a8416955d0d88fe.tar patches-e170faa80f9264693859c82b7a8416955d0d88fe.tar.gz |
gnu: brial: Use the source repository as home page.
* gnu/packages/sagemath.scm (brial)[home-page]: Use upstream repository.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/sagemath.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm index 0ebf30e83e..4bafef13fe 100644 --- a/gnu/packages/sagemath.scm +++ b/gnu/packages/sagemath.scm @@ -364,7 +364,7 @@ for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures.") (license license:gpl2+) - (home-page "https://gitlab.com/sagemath/zn_poly"))) + (home-page "https://github.com/BRiAl/BRiAl/"))) (define-public lcalc (package |