mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-p2p/ncdc: use HTTPS
This commit is contained in:
committed by
David Seifert
parent
b014926a97
commit
acde381b8a
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -6,8 +6,8 @@ EAPI=5
|
||||
inherit autotools eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="ncurses directconnect client"
|
||||
HOMEPAGE="http://dev.yorhel.nl/ncdc"
|
||||
SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz"
|
||||
HOMEPAGE="https://dev.yorhel.nl/ncdc"
|
||||
SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
@@ -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,8 +6,8 @@ EAPI=6
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="ncurses directconnect client"
|
||||
HOMEPAGE="http://dev.yorhel.nl/ncdc"
|
||||
SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz"
|
||||
HOMEPAGE="https://dev.yorhel.nl/ncdc"
|
||||
SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user