From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: [PATCH v2] gnu: dtc: Update description to reference HOWTO. Date: Tue, 31 Jan 2017 09:06:33 +0100 Message-ID: <20170131080633.1693-1-dannym@scratchpost.org> References: <0bfc2689-f2a2-2437-fdd4-c6d29268f6e5@tobias.gr> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYTSi-0003uC-C0 for guix-devel@gnu.org; Tue, 31 Jan 2017 03:06:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYTSd-0000Zb-Dc for guix-devel@gnu.org; Tue, 31 Jan 2017 03:06:48 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:53200) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cYTSd-0000ZV-8D for guix-devel@gnu.org; Tue, 31 Jan 2017 03:06:43 -0500 In-Reply-To: <0bfc2689-f2a2-2437-fdd4-c6d29268f6e5@tobias.gr> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/u-boot.scm (dtc)[description]: Modify. --- gnu/packages/u-boot.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/u-boot.scm b/gnu/packages/u-boot.scm index cdd52d874..3468fe5a7 100644 --- a/gnu/packages/u-boot.scm +++ b/gnu/packages/u-boot.scm @@ -55,8 +55,9 @@ (delete 'configure)))) (home-page "https://www.devicetree.org") (synopsis "Compiles device tree source files") - (description "@command{dtc} compiles device tree source files to device -tree binary files. These are board description files used by Linux and BSD.") + (description "@command{dtc} compiles +@uref{http://elinux.org/Device_Tree_Usage, device tree source files} to device +tree binary files. These are board description files used by Linux and BSD.") (license license:gpl2+))) (define u-boot