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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A952415800F for ; Wed, 18 Jan 2023 20:48:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8208BE089A; Wed, 18 Jan 2023 20:48:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6592BE089A for ; Wed, 18 Jan 2023 20:48:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E64AD33BEED for ; Wed, 18 Jan 2023 20:48:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A0A9523 for ; Wed, 18 Jan 2023 20:48:11 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1674074873.ed3aae45c7870be45e22d22fb38f7f3957a6a51b.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/gotosocial/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/gotosocial/gotosocial-0.6.0-r1.ebuild X-VCS-Directories: www-apps/gotosocial/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: ed3aae45c7870be45e22d22fb38f7f3957a6a51b X-VCS-Branch: dev Date: Wed, 18 Jan 2023 20:48:11 +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: 1c15d7e9-43fa-4cd6-9f34-c1dba38290e3 X-Archives-Hash: 3371b5475a6a7c3798946187f29ac11f commit: ed3aae45c7870be45e22d22fb38f7f3957a6a51b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Jan 18 20:47:41 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Jan 18 20:47:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed3aae45 www-apps/gotosocial: update LICENSE Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> www-apps/gotosocial/gotosocial-0.6.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/gotosocial/gotosocial-0.6.0-r1.ebuild b/www-apps/gotosocial/gotosocial-0.6.0-r1.ebuild index b8d68453d..f4941ff0d 100644 --- a/www-apps/gotosocial/gotosocial-0.6.0-r1.ebuild +++ b/www-apps/gotosocial/gotosocial-0.6.0-r1.ebuild @@ -20,7 +20,7 @@ SRC_URI=" " S="${WORKDIR}" -LICENSE="|| ( WTFPL CC0-1.0 ) AGPL-3 BSD BSD-2 CC0-1.0 GPL-3 MIT MPL-2.0" +LICENSE="|| ( WTFPL-2 CC0-1.0 ) AGPL-3 BSD BSD-2 CC0-1.0 GPL-3 MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64"