From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 40689138334 for ; Sat, 29 Dec 2018 13:46:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 142E0E0A0B; Sat, 29 Dec 2018 13:46:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DDCB3E0A0B for ; Sat, 29 Dec 2018 13:46:20 +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 2EBD8335C31 for ; Sat, 29 Dec 2018 13:46:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 400034CE for ; Sat, 29 Dec 2018 13:46:17 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1546091169.22a7331e396c0e653c08d3062a3a2b430e74a1ff.sobhan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libsecret/libsecret-0.18.6-r1.ebuild X-VCS-Directories: app-crypt/libsecret/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: 22a7331e396c0e653c08d3062a3a2b430e74a1ff X-VCS-Branch: master Date: Sat, 29 Dec 2018 13:46:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 110cc401-f1e1-462b-86fd-c22e02c0208a X-Archives-Hash: df54eb798944b55003de7f286fe04ef8 commit: 22a7331e396c0e653c08d3062a3a2b430e74a1ff Author: Sobhan Mohammadpour gentoo org> AuthorDate: Sat Dec 29 13:46:09 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Sat Dec 29 13:46:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a7331e app-crypt/libsecret: fix homepage Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sobhan Mohammadpour gentoo.org> app-crypt/libsecret/libsecret-0.18.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild index b982e64260f..fa0a33a34bc 100644 --- a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild +++ b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild @@ -8,7 +8,7 @@ VALA_USE_DEPEND=vapigen inherit gnome2 multilib-minimal python-any-r1 vala virtualx DESCRIPTION="GObject library for accessing the freedesktop.org Secret Service API" -HOMEPAGE="https://wiki.gnome.org/Projects/Libsecret" +HOMEPAGE="https://gitlab.gnome.org/GNOME/libsecret/" LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only SLOT="0"