summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-23 21:09:48 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-23 21:10:03 +0100
commit30ec9ec2d23324822c3879ec49588337f69fa3bd (patch)
treebc75c10b9b612eb5824555e4dd411955f6775122 /gnu
parentd109398f63a9942a9251a0e5c7357de6e2d3026b (diff)
gnu: python-ece608-toposort: Fix home-page.
* gnu/packages/graph.scm (python-ece608-toposort): [home-page]: Fix URL.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/graph.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index bd26f65bd98..2bf1f6cb9a9 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -360,7 +360,7 @@ lines.")
360 (build-system pyproject-build-system) 360 (build-system pyproject-build-system)
361 (native-inputs 361 (native-inputs
362 (list python-hatchling python-pytest)) 362 (list python-hatchling python-pytest))
363 (home-page "https://github.com/taynaud/python-louvain") 363 (home-page "https://github.com/suntosh/ece608-toposort")
364 (synopsis "Topological sorting of directed graphs") 364 (synopsis "Topological sorting of directed graphs")
365 (description 365 (description
366 "This package provides a Python implementation of topological ordering 366 "This package provides a Python implementation of topological ordering