Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/resolvconf-symlink/
Date: Fri, 03 Jan 2020 20:40:25
Message-Id: 1578083985.8f22b32f4d5bfd7ff043b3dd49574f1290a5e688.mgorny@gentoo
1 commit: 8f22b32f4d5bfd7ff043b3dd49574f1290a5e688
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 3 16:49:23 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 3 20:39:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f22b32f
7
8 net-dns/resolvconf-symlink: Remove useless HOMEPAGE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
16 index d11ff4ab625..f7ad0c45626 100644
17 --- a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
18 +++ b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2012 Gentoo Foundation
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=4
25
26 DESCRIPTION="Make /etc/resolv.conf a symlink to a runtime-writable location"
27 -HOMEPAGE="https://www.gentoo.org"
28 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
29 SRC_URI=""
30
31 LICENSE="public-domain"