Skip to content

Commit

Permalink
math/py-munkres: Update WWW and clean up pkg-descr
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 5, 2023
1 parent 7d46fd3 commit 4cd6d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion math/py-munkres/Makefile
Expand Up @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Munkres implementation for Python
WWW= https://software.clapper.org/munkres/
WWW= https://software.clapper.org/munkres/ \
https://github.com/bmc/munkres

LICENSE= APACHE20

Expand Down
2 changes: 0 additions & 2 deletions math/py-munkres/pkg-descr
Expand Up @@ -4,5 +4,3 @@ models an assignment problem as an NxM cost matrix, where each element
represents the cost of assigning the ith worker to the jth job, and it figures
out the least-cost solution, choosing a single item from each row and column in
the matrix, such that no row and no column are used more than once.

See also: https://github.com/bmc/munkres

0 comments on commit 4cd6d2d

Please sign in to comment.