From patchwork Tue Nov 13 14:56:26 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 10681015 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A44C81747 for ; Tue, 13 Nov 2018 15:32:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 911132AD79 for ; Tue, 13 Nov 2018 15:32:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 857382AD8F; Tue, 13 Nov 2018 15:32:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 143B52AD79 for ; Tue, 13 Nov 2018 15:32:48 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 86ECD267AAD; Tue, 13 Nov 2018 16:32:41 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 0AC07267AAC; Tue, 13 Nov 2018 16:32:38 +0100 (CET) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by alsa0.perex.cz (Postfix) with ESMTP id DCEE1267AA7 for ; Tue, 13 Nov 2018 16:32:34 +0100 (CET) Received: from localhost.localdomain (unknown [106.223.111.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DE3AB22507; Tue, 13 Nov 2018 14:56:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1542121008; bh=ji+BYww6MfVYSJt5MgIZFuxUzUPXcdJ1W5tD0PfT2PA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Q3bxRBaGb4k1mQVDuYnhcidL/Akzk8OKPYbrfxPTq9F2tUZvqwRHEHD0yR9Mnl4DK 6Rat+m2cFcS7RoGLWaeKHZhEzYME7tKPAOMgA2kO43/r6VMWa/4Rv3d3TcuqKVKnQj U1mxXQ6kj8F0SR1DUvnESN9UXlFBQnpE7p2Q8UeU= From: Vinod Koul To: alsa-devel@alsa-project.org Date: Tue, 13 Nov 2018 20:26:26 +0530 Message-Id: <20181113145628.21026-2-vkoul@kernel.org> X-Mailer: git-send-email 2.14.5 In-Reply-To: <20181113145628.21026-1-vkoul@kernel.org> References: <20181113145628.21026-1-vkoul@kernel.org> Cc: Vinod Koul Subject: [alsa-devel] [PATCH 2/4] README: Update project github location X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP alsa userspace is now moved to github, so update it in README Signed-off-by: Vinod Koul --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 8ea6c26f5381..31b1e8b4f8c7 100644 --- a/README +++ b/README @@ -17,9 +17,11 @@ the usage of this API. Currently this contains support for playing the mp3 forma Git: git clone git://git.alsa-project.org/tinycompress.git Http: http://git.alsa-project.org/?p=tinycompress.git +Github: https://github.com/alsa-project/tinycompress + 3. PATCHES Please send any enhancements/fixes to alsa developer mailing list at: -alsa-devel@alsa-project.org. +alsa-devel@alsa-project.org OR send a PULL-REQUEST using github 4. LICENSE tinycompress is provided under a dual BSD/LGPLv2.1 license. When using or