all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: dtc: Make home-page field value more useful.
@ 2017-01-25  9:37 Danny Milosavljevic
  2017-01-30 22:44 ` Ludovic Courtès
  2017-01-30 23:48 ` Tobias Geerinckx-Rice
  0 siblings, 2 replies; 6+ messages in thread
From: Danny Milosavljevic @ 2017-01-25  9:37 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/u-boot.scm (dtc)[home-page]: Change.
---
 gnu/packages/u-boot.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/u-boot.scm b/gnu/packages/u-boot.scm
index cdd52d874..5d34f651e 100644
--- a/gnu/packages/u-boot.scm
+++ b/gnu/packages/u-boot.scm
@@ -53,7 +53,7 @@
        #:phases
        (modify-phases %standard-phases
          (delete 'configure))))
-    (home-page "https://www.devicetree.org")
+    (home-page "http://elinux.org/Device_Tree_Usage")
     (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.")

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-02-01 12:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-25  9:37 [PATCH] gnu: dtc: Make home-page field value more useful Danny Milosavljevic
2017-01-30 22:44 ` Ludovic Courtès
2017-01-30 23:48 ` Tobias Geerinckx-Rice
2017-01-31  8:06   ` [PATCH v2] gnu: dtc: Update description to reference HOWTO Danny Milosavljevic
2017-01-31 16:34     ` Marius Bakke
2017-02-01 12:53       ` Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.