Gentoo Archives: gentoo-commits

From: Dave Hughes <davidhughes205@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: net-misc/connman/
Date: Thu, 29 Apr 2021 18:38:59
Message-Id: 1619721546.48303ffde24f474eccba04f2bdd4a1504776253e.xaero@gentoo
1 commit: 48303ffde24f474eccba04f2bdd4a1504776253e
2 Author: Dave Hughes <davidhughes205 <AT> gmail <DOT> com>
3 AuthorDate: Thu Apr 29 18:39:06 2021 +0000
4 Commit: Dave Hughes <davidhughes205 <AT> gmail <DOT> com>
5 CommitDate: Thu Apr 29 18:39:06 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=48303ffd
7
8 net-misc/connman: fix SRC_URI
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Dave Hughes <davidhughes205 <AT> gmail.com>
12
13 net-misc/connman/connman-1.35-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/connman/connman-1.35-r1.ebuild b/net-misc/connman/connman-1.35-r1.ebuild
17 index 5263dd3..a14ee5d 100644
18 --- a/net-misc/connman/connman-1.35-r1.ebuild
19 +++ b/net-misc/connman/connman-1.35-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -6,7 +6,7 @@ inherit autotools systemd
27
28 DESCRIPTION="Provides a daemon for managing internet connections"
29 HOMEPAGE="https://01.org/connman"
30 -SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
31 +SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz"
32
33 LICENSE="GPL-2"
34 SLOT="0"