From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-874147-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id B97BA59CAF
	for <garchives@archives.gentoo.org>; Sat,  2 Apr 2016 22:02:30 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 42B2821C0A0;
	Sat,  2 Apr 2016 22:02:30 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E5C1321C0A0
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Apr 2016 22:02:29 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id D9CC3340D2E
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Apr 2016 22:02:28 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 15F4B77
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Apr 2016 22:02:27 +0000 (UTC)
From: "Anthony G. Basile" <blueness@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, "Anthony G. Basile" <blueness@gentoo.org>
Message-ID: <1459634972.1bb46912ca91c3183e1924c918fbf972ca9433c4.blueness@gentoo>
Subject: [gentoo-commits] proj/musl:master commit in: /
X-VCS-Repository: proj/musl
X-VCS-Files: README.md
X-VCS-Directories: /
X-VCS-Committer: blueness
X-VCS-Committer-Name: Anthony G. Basile
X-VCS-Revision: 1bb46912ca91c3183e1924c918fbf972ca9433c4
X-VCS-Branch: master
Date: Sat,  2 Apr 2016 22:02:27 +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-Archives-Salt: 0e29dccc-c238-4c76-a484-e3ad39582079
X-Archives-Hash: 5eb6ee65a8401f3553c7c4cda4f0bb3f

commit:     1bb46912ca91c3183e1924c918fbf972ca9433c4
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 22:09:32 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 22:09:32 2016 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=1bb46912

Update README

 README.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index c58fcac..d0eb01b 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,8 @@
-This is the README only for the musl branch.  See the README in main branch
-for information about the entire overlay.
+This is the overlay for Gentoo build with musl.  musl is a new C Standard Library
+which aims to be lightweight, fast, simple, free, and strives to be correct in the
+sense of standards-conformance and safety.
 
-This overlay/branch is to set up a profile for musl based system.
-
-See: http://www.etalabs.net/musl/
+http://www.musl-libc.org/
 
 ## Repoman status
 [![Repoman Status](https://travis-ci.org/gentoo/musl.png)](https://travis-ci.org/gentoo/musl)