diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-10-30 23:25:48 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-10-31 10:43:59 +0800 |
commit | 142be256d43bb596c328cfe4038d5f8528842467 (patch) | |
tree | 53d2ade7984a38e99aaef38263657ebfdff4ccb5 /gnu | |
parent | af7a5ea4e486301961fd32d545aad12e8fc4eb1c (diff) | |
download | guix-142be256d43bb596c328cfe4038d5f8528842467.tar.gz guix-142be256d43bb596c328cfe4038d5f8528842467.zip |
gnu: louvain-community: Fix home-page.
* gnu/packages/maths.scm (louvain-community)[home-page]: Use the right link.
Change-Id: Idb1f54511f63bf62a9bf29cfb9177cd9f31b2390
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 0966d66eac..a1c0f8e572 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -9555,7 +9555,7 @@ true in all models.") (substitute* "CMakeLists.txt" (("-mtune=native") ""))))))) (native-inputs (list python)) - (home-page "https://github.com/meelgroup/louvain-communities") + (home-page "https://github.com/meelgroup/louvain-community") (synopsis "Multi-criteria community detection") (description "This package provides a C++ implementation of the Louvain community detection algorithm.") |