diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ntpclient/metadata.xml | 4 | ||||
-rw-r--r-- | net-misc/ntpclient/ntpclient-2018.244-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/ntpclient/metadata.xml b/net-misc/ntpclient/metadata.xml index eca9438977b2..3582e10f27d3 100644 --- a/net-misc/ntpclient/metadata.xml +++ b/net-misc/ntpclient/metadata.xml @@ -14,8 +14,8 @@ Since it is much smaller, it is also more relevant for embedded systems in need of only a client. </longdescription> <upstream> - <bugs-to>https://github.com/troglobit/ntpclient/issues</bugs-to> - <remote-id type="github">troglobit/ntpclient</remote-id> + <bugs-to>https://github.com/troglobit/sntpd/issues</bugs-to> + <remote-id type="github">troglobit/sntpd</remote-id> </upstream> <use> <flag name="debug">Enable analysis code path and debugging of NTP protocol.</flag> diff --git a/net-misc/ntpclient/ntpclient-2018.244-r1.ebuild b/net-misc/ntpclient/ntpclient-2018.244-r1.ebuild index a76559041406..eff9f55d0dc5 100644 --- a/net-misc/ntpclient/ntpclient-2018.244-r1.ebuild +++ b/net-misc/ntpclient/ntpclient-2018.244-r1.ebuild @@ -7,8 +7,8 @@ MY_PV="${PV/./_}" MY_P="${PN}-${MY_PV}" DESCRIPTION="A NTP (RFC-1305 and RFC-4330) client for unix-alike systems" -HOMEPAGE="https://github.com/troglobit/ntpclient" -SRC_URI="https://github.com/troglobit/${PN}/releases/download/${MY_PV}/${MY_P}.tar.xz" +HOMEPAGE="https://github.com/troglobit/sntpd" +SRC_URI="https://github.com/troglobit/sntpd/releases/download/${MY_PV}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" |