diff --git a/misc/py-progressbar/Makefile b/misc/py-progressbar/Makefile index 5751f52f2fc96..16abbbfd54723 100644 --- a/misc/py-progressbar/Makefile +++ b/misc/py-progressbar/Makefile @@ -6,7 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Text progressbar library for python -WWW= https://pypi.org/project/progressbar/ +WWW= https://github.com/niltonvolpato/python-progressbar LICENSE= BSD3CLAUSE LGPL21+ LICENSE_COMB= dual diff --git a/misc/py-progressbar/pkg-descr b/misc/py-progressbar/pkg-descr index c6a1c128c8ee6..fb1ebec65f774 100644 --- a/misc/py-progressbar/pkg-descr +++ b/misc/py-progressbar/pkg-descr @@ -12,5 +12,3 @@ There are three types of widget: it's update method is called; and - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it expands to fill the remaining width of the line. - -See also: https://github.com/niltonvolpato/python-progressbar