From patchwork Thu Sep 3 04:10:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 513797 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id A4F00140082 for ; Thu, 3 Sep 2015 14:11:58 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E46683364B; Thu, 3 Sep 2015 04:11:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 118gMwXHBX5F; Thu, 3 Sep 2015 04:11:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id BE20133655; Thu, 3 Sep 2015 04:11:40 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 8B0041C1EA2 for ; Thu, 3 Sep 2015 04:11:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 84CC1915FC for ; Thu, 3 Sep 2015 04:11:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7FnpxpYuPPFD for ; Thu, 3 Sep 2015 04:11:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1486E916C4 for ; Thu, 3 Sep 2015 04:11:29 +0000 (UTC) Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPSA id 2F9CB440BC4; Thu, 3 Sep 2015 07:11:27 +0300 (IDT) From: Baruch Siach To: buildroot@busybox.net Date: Thu, 3 Sep 2015 07:10:54 +0300 Message-Id: <0c19e0b47cd31f36c57c50e3f4cfa2cf2666d9e9.1441253454.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.5.0 In-Reply-To: <35a5aad580e5c2cae7eb79522f11a1aded941caf.1441253454.git.baruch@tkos.co.il> References: <35a5aad580e5c2cae7eb79522f11a1aded941caf.1441253454.git.baruch@tkos.co.il> Subject: [Buildroot] [PATCH v3 5/5] dos2unix: update homepage link X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Use the maintainer page that is much more informative than freecode.com. Signed-off-by: Baruch Siach Reviewed-by: Vicente Olivert Riera --- v3: * New patch in this series --- package/dos2unix/Config.in | 2 +- package/dos2unix/Config.in.host | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/dos2unix/Config.in b/package/dos2unix/Config.in index 782c25cf0e13..ead1a8ffac78 100644 --- a/package/dos2unix/Config.in +++ b/package/dos2unix/Config.in @@ -4,4 +4,4 @@ config BR2_PACKAGE_DOS2UNIX help dos2unix converts text file line endings between CRLF and LF - http://freshmeat.net/projects/dos2unix + http://waterlan.home.xs4all.nl/dos2unix.html diff --git a/package/dos2unix/Config.in.host b/package/dos2unix/Config.in.host index 012d614c0df4..5ec6033a8e32 100644 --- a/package/dos2unix/Config.in.host +++ b/package/dos2unix/Config.in.host @@ -3,4 +3,4 @@ config BR2_PACKAGE_HOST_DOS2UNIX help dos2unix converts text file line endings between CRLF and LF - http://freecode.com/projects/dos2unix + http://waterlan.home.xs4all.nl/dos2unix.html