diff options
-rw-r--r-- | media-libs/vigra/vigra-1.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/vigra/vigra-1.11.0.ebuild b/media-libs/vigra/vigra-1.11.0.ebuild index b45660768473..897275f7ff65 100644 --- a/media-libs/vigra/vigra-1.11.0.ebuild +++ b/media-libs/vigra/vigra-1.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ PYTHON_REQ_USE="threads,xml" inherit cmake-utils python-r1 DESCRIPTION="C++ computer vision library with emphasis on customizable algorithms and data structures" -HOMEPAGE="http://hci.iwr.uni-heidelberg.de/vigra/" +HOMEPAGE="https://ukoethe.github.io/vigra/" SRC_URI="https://github.com/ukoethe/vigra/releases/download/Version-${MY_V}/${MY_P}.tar.gz" LICENSE="MIT" |