guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/23: gnu: packages: node-xyz: Add alphatical order header.


From: guix-commits
Subject: 17/23: gnu: packages: node-xyz: Add alphatical order header.
Date: Sun, 18 Feb 2024 07:56:22 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 44886c03f28b0345dcbbb46e4d854a246301d313
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Sun Feb 4 13:40:27 2024 +0100

    gnu: packages: node-xyz: Add alphatical order header.
    
    * (gnu/packages/node-xyz): Add alphabetical order header.
    
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
 gnu/packages/node-xyz.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index d5b2476265..042d79dd90 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -33,6 +33,10 @@
   #:use-module (guix git-download)
   #:use-module (guix build-system node))
 
+;;;
+;;; Please: Try to add new module packages in alphabetic order.
+;;;
+
 (define-public node-acorn
   (package
     (name "node-acorn")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]