From 142be256d43bb596c328cfe4038d5f8528842467 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Wed, 30 Oct 2024 23:25:48 +0800 Subject: gnu: louvain-community: Fix home-page. * gnu/packages/maths.scm (louvain-community)[home-page]: Use the right link. Change-Id: Idb1f54511f63bf62a9bf29cfb9177cd9f31b2390 --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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.") -- cgit v1.2.3