gnu: louvain-community: Fix home-page.

* gnu/packages/maths.scm (louvain-community)[home-page]: Use the right link.

Change-Id: Idb1f54511f63bf62a9bf29cfb9177cd9f31b2390
This commit is contained in:
Zheng Junjie 2024-10-30 23:25:48 +08:00
parent af7a5ea4e4
commit 142be256d4
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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.")