sharlatan pushed a commit to branch master
in repository guix.
commit 170600e489dc76f99a6c05fe8cb1090ddd3b49b0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 13 08:47:43 2025 +0000
gnu: packages/toys: Add module disclaimers.
* gnu/packages/toys.scm: Add header and footer disclaimers mentioning a
new package placement.
Change-Id: I93b331c8787ffb3d1a8c2ccbe18c40ab586c592b
---
gnu/packages/toys.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
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.
+;;;