diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-02-22 20:59:54 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-02-22 21:12:03 +0200 |
commit | ccf56ce17eb237b5ed7300d7f295a2ec036026e0 (patch) | |
tree | 4ce756d791be91d98f1caefdcda71ce9b377a551 /gnome-base/dconf | |
parent | sys-fs/udev-init-scripts: remove several old versions (diff) | |
download | gentoo-ccf56ce17eb237b5ed7300d7f295a2ec036026e0.tar.gz gentoo-ccf56ce17eb237b5ed7300d7f295a2ec036026e0.tar.bz2 gentoo-ccf56ce17eb237b5ed7300d7f295a2ec036026e0.zip |
gnome-base/dconf: fix HOMEPAGE
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gnome-base/dconf')
-rw-r--r-- | gnome-base/dconf/dconf-0.26.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/dconf/dconf-0.26.1.ebuild b/gnome-base/dconf/dconf-0.26.1.ebuild index a44776199007..9150b2a6a80a 100644 --- a/gnome-base/dconf/dconf-0.26.1.ebuild +++ b/gnome-base/dconf/dconf-0.26.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit gnome2 bash-completion-r1 virtualx DESCRIPTION="Simple low-level configuration system" -HOMEPAGE="https://wiki.gnome.org/action/show/Projects/dconf" +HOMEPAGE="https://wiki.gnome.org/Projects/dconf" LICENSE="LGPL-2.1+" SLOT="0" |