diff options
Diffstat (limited to 'dev-libs/librelp/librelp-1.11.0.ebuild')
-rw-r--r-- | dev-libs/librelp/librelp-1.11.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-libs/librelp/librelp-1.11.0.ebuild b/dev-libs/librelp/librelp-1.11.0.ebuild index 6f4cf576be1a..82d43eb4adcc 100644 --- a/dev-libs/librelp/librelp-1.11.0.ebuild +++ b/dev-libs/librelp/librelp-1.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,10 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit autotools python-any-r1 DESCRIPTION="An easy to use library for the RELP protocol" -HOMEPAGE="https://www.rsyslog.com/librelp/" +HOMEPAGE=" + https://www.rsyslog.com/librelp/ + https://github.com/rsyslog/librelp +" SRC_URI="https://download.rsyslog.com/${PN}/${P}.tar.gz" LICENSE="GPL-3+ doc? ( FDL-1.3 )" |