diff options
Diffstat (limited to 'dev-php/doctrine/doctrine-1.2.5.ebuild')
-rw-r--r-- | dev-php/doctrine/doctrine-1.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/doctrine/doctrine-1.2.5.ebuild b/dev-php/doctrine/doctrine-1.2.5.ebuild index 30e0303f6c6a..bf2faae0288f 100644 --- a/dev-php/doctrine/doctrine-1.2.5.ebuild +++ b/dev-php/doctrine/doctrine-1.2.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 MY_P="${PN}1-${PV}" DESCRIPTION="An object relational mapper for PHP5" -HOMEPAGE="http://www.doctrine-project.org/" +HOMEPAGE="https://www.doctrine-project.org/" SRC_URI="https://github.com/${PN}/${PN}1/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1 MIT BSD" |