~ruther/guix-local

170600e489dc76f99a6c05fe8cb1090ddd3b49b0 — Sharlatan Hellseher 1 year, 2 months ago ffee3a3
gnu: packages/toys: Add module disclaimers.

* gnu/packages/toys.scm: Add header and footer disclaimers mentioning a
new package placement.

Change-Id: I93b331c8787ffb3d1a8c2ccbe18c40ab586c592b
1 files changed, 12 insertions(+), 0 deletions(-)

M gnu/packages/toys.scm
M gnu/packages/toys.scm => gnu/packages/toys.scm +12 -0
@@ 55,6 55,12 @@
  #:use-module (gnu packages xml)
  #:use-module (gnu packages xorg))

;;; Commentary:
;;;
;;; Please: Try to add new module packages in alphabetic order.
;;;
;;; Code:

(define-public cbonsai
  (let ((commit "50fe627c84036e3be4115b02be04d17f58480199")
        (revision "0"))


@@ 585,3 591,9 @@ flying and falling on the desktop, using windows as run paths.")
the desktop background.  Additional customizable effects include wind, stars
and various scenery elements.")
    (license license:gpl3+)))

;;;
;;; Avoid adding new packages to the end of this file.  To reduce the chances
;;; of a merge conflict, place them above by existing packages in alphabetical
;;; order.
;;;