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
This commit is contained in:
Sharlatan Hellseher 2024-02-18 12:36:10 +00:00
parent 345a54ff4c
commit cb1107416e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1732,3 +1732,8 @@ (define-public node-yazl
@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.
;;;