summaryrefslogtreecommitdiff
path: root/gnu/packages/node-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-02-18 12:36:10 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-02-18 12:38:51 +0000
commitcb1107416e51fc90d5031f3d9c71510e6eb38a19 (patch)
tree0fba4d8a32b2bba70e3f58294edf852666f4cfc3 /gnu/packages/node-xyz.scm
parent345a54ff4c22f2f640f46b0e46b0fbdd74b1fdf4 (diff)
gnu: node-xyz: Add a note to the end of the file.
* gnu/packages/node-xyz.scm: Add a note to avoid adding packages in the end of the file. Change-Id: If1f35eb120d283ce9e9dc84ec7b97aebfad4ed5e
Diffstat (limited to 'gnu/packages/node-xyz.scm')
-rw-r--r--gnu/packages/node-xyz.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index d68f730b77..f56e07b109 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -1732,3 +1732,8 @@ files in RAM at once.
@item Prefer to open input files one at a time than all at once.
@end enumerate")
(license license:expat)))
+
+;;;
+;;; Avoid adding new packages to the end of this file. To reduce the chances
+;;; of a merge conflict, place them above in alphabetic order.
+;;;