diff options
author | Sam James <sam@gentoo.org> | 2021-02-05 10:36:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-05 10:37:32 +0000 |
commit | d8ccbede3ea28b0aa0b8b68da1a87906650ee4e2 (patch) | |
tree | 6284628868c823df44861f3643345dad65897d8b /net-misc/chrony/chrony-9999.ebuild | |
parent | dev-lang/mujs: trim HOMEPAGE (diff) | |
download | gentoo-d8ccbede3ea28b0aa0b8b68da1a87906650ee4e2.tar.gz gentoo-d8ccbede3ea28b0aa0b8b68da1a87906650ee4e2.tar.bz2 gentoo-d8ccbede3ea28b0aa0b8b68da1a87906650ee4e2.zip |
net-misc/chrony: add git to HOMEPAGE
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/chrony/chrony-9999.ebuild')
-rw-r--r-- | net-misc/chrony/chrony-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 9bee3f3276df..705bbb05914e 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit systemd tmpfiles toolchain-funcs DESCRIPTION="NTP client and server programs" -HOMEPAGE="https://chrony.tuxfamily.org/" +HOMEPAGE="https://chrony.tuxfamily.org/ https://git.tuxfamily.org/chrony/chrony.git" if [[ ${PV} == "9999" ]]; then inherit git-r3 |