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 92638138334 for ; Sun, 30 Dec 2018 06:32:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 769C0E092A; Sun, 30 Dec 2018 06:32:08 +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 4CDF8E092A for ; Sun, 30 Dec 2018 06:32:07 +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 C0D8A335C31 for ; Sun, 30 Dec 2018 06:32:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32F8E4F2 for ; Sun, 30 Dec 2018 06:32:03 +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: <1546151478.30e6ca0e9874f17d33789110f0bba371e0240dbc.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-crypt/libsecret/ X-VCS-Repository: proj/gnome X-VCS-Files: app-crypt/libsecret/libsecret-9999.ebuild X-VCS-Directories: app-crypt/libsecret/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: 30e6ca0e9874f17d33789110f0bba371e0240dbc X-VCS-Branch: master Date: Sun, 30 Dec 2018 06:32:03 +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: d65dc0d1-8830-4880-913e-a39d8c223fb3 X-Archives-Hash: d2a1e10a49fb4e6bcf5cb18cb435e68d commit: 30e6ca0e9874f17d33789110f0bba371e0240dbc Author: Sobhan Mohammadpour gentoo org> AuthorDate: Sun Dec 30 06:31:18 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Sun Dec 30 06:31:18 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=30e6ca0e app-crypt/libsecret: fix homepage Package-Manager: Portage-2.3.52, Repoman-2.3.12 Manifest-Sign-Key: 0x7DF238CF0AA182E1 Signed-off-by: Sobhan Mohammadpour gentoo.org> app-crypt/libsecret/libsecret-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/libsecret/libsecret-9999.ebuild b/app-crypt/libsecret/libsecret-9999.ebuild index 93a949ff..e4d5d072 100644 --- a/app-crypt/libsecret/libsecret-9999.ebuild +++ b/app-crypt/libsecret/libsecret-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then fi DESCRIPTION="GObject library for accessing the freedesktop.org Secret Service API" -HOMEPAGE="https://live.gnome.org/Libsecret" +HOMEPAGE="https://wiki.gnome.org/Projects/Libsecret" LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only SLOT="0"