From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1319010-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 595D3158042 for <garchives@archives.gentoo.org>; Tue, 7 Sep 2021 14:08:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2EC2E0924; Tue, 7 Sep 2021 14:08:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D6C3E0924 for <gentoo-commits@lists.gentoo.org>; Tue, 7 Sep 2021 14:08:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E518342ABD for <gentoo-commits@lists.gentoo.org>; Tue, 7 Sep 2021 14:08:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAE06BF for <gentoo-commits@lists.gentoo.org>; Tue, 7 Sep 2021 14:08:45 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1631023720.e8af08d2eee40e3bcf40d8e6b7f2ce20ab9de65d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-user-dirs-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild X-VCS-Directories: x11-misc/xdg-user-dirs-gtk/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e8af08d2eee40e3bcf40d8e6b7f2ce20ab9de65d X-VCS-Branch: master Date: Tue, 7 Sep 2021 14:08:45 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c7627e6c-4431-4541-8567-d825ce296ce8 X-Archives-Hash: c30b3a1a837ea3569fb42efa258cbfb4 commit: e8af08d2eee40e3bcf40d8e6b7f2ce20ab9de65d Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Sep 7 14:04:59 2021 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Sep 7 14:08:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8af08d2 x11-misc/xdg-user-dirs-gtk: Update homepage Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild index 7798361ee00..ec91e023778 100644 --- a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild +++ b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit gnome.org readme.gentoo-r1 toolchain-funcs DESCRIPTION="Integrates xdg-user-dirs into the Gnome desktop and Gtk+ applications" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs" +HOMEPAGE="https://gitlab.gnome.org/GNOME/xdg-user-dirs-gtk" LICENSE="GPL-2" SLOT="0"