mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
345a54ff4c
commit
cb1107416e
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
;;;
|
||||
|
|
Loading…
Reference in a new issue