diff options
author | Sharlatan Hellseher <[email protected]> | 2025-02-13 08:47:43 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-02-13 09:41:43 +0000 |
commit | 170600e489dc76f99a6c05fe8cb1090ddd3b49b0 (patch) | |
tree | 300fae1ab87c75c4f7639425261ba1f6b9941f7f /gnu | |
parent | ffee3a36a71101fba97b33d40d3103f13ca7040c (diff) |
gnu: packages/toys: Add module disclaimers.
* gnu/packages/toys.scm: Add header and footer disclaimers mentioning a
new package placement.
Change-Id: I93b331c8787ffb3d1a8c2ccbe18c40ab586c592b
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/toys.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm index 3b073df98b..07be87b819 100644 --- a/gnu/packages/toys.scm +++ b/gnu/packages/toys.scm @@ -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. +;;; |