diff --git a/devel/py-oslo.cache/Makefile b/devel/py-oslo.cache/Makefile index f6a07ca458ac3..bd38218785792 100644 --- a/devel/py-oslo.cache/Makefile +++ b/devel/py-oslo.cache/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cache storage for OpenStack projects -WWW= https://docs.openstack.org/oslo.cache/latest/ +WWW= https://docs.openstack.org/oslo.cache/latest/ \ + https://github.com/openstack/oslo.cache LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/py-oslo.cache/pkg-descr b/devel/py-oslo.cache/pkg-descr index a4b40365f4969..851df47da7da8 100644 --- a/devel/py-oslo.cache/pkg-descr +++ b/devel/py-oslo.cache/pkg-descr @@ -2,5 +2,3 @@ oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached. - -See also: https://github.com/openstack/oslo.cache