diff options
author | 2018-04-15 11:23:50 +0200 | |
---|---|---|
committer | 2018-04-15 13:32:31 +0200 | |
commit | acde381b8a67ea597d0fb6c42f09559db1ff6489 (patch) | |
tree | 3b73e85fcfc66d90e82fde8d6e701dd5bf3b05e3 /net-p2p/ncdc/ncdc-9999.ebuild | |
parent | net-misc/ndisc6: use HTTPS (diff) | |
download | gentoo-acde381b8a67ea597d0fb6c42f09559db1ff6489.tar.gz gentoo-acde381b8a67ea597d0fb6c42f09559db1ff6489.tar.bz2 gentoo-acde381b8a67ea597d0fb6c42f09559db1ff6489.zip |
net-p2p/ncdc: use HTTPS
Diffstat (limited to 'net-p2p/ncdc/ncdc-9999.ebuild')
-rw-r--r-- | net-p2p/ncdc/ncdc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild index b140e9e32b3a..5759853e51ac 100644 --- a/net-p2p/ncdc/ncdc-9999.ebuild +++ b/net-p2p/ncdc/ncdc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools git-r3 toolchain-funcs DESCRIPTION="ncurses directconnect client" -HOMEPAGE="http://dev.yorhel.nl/ncdc" +HOMEPAGE="https://dev.yorhel.nl/ncdc" EGIT_REPO_URI="git://g.blicky.net/ncdc.git" LICENSE="MIT" |