diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-13 13:47:48 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-13 13:54:59 +0100 |
commit | d1146d8ecb9bd7e03d273dddb5562c0338dafdc7 (patch) | |
tree | c174f42ed6b454edbebe2d78c287df894c1ba3ef /gnu | |
parent | 12095c0cc7d8d15d8d30e2a98bebd5d51afedd70 (diff) | |
download | guix-d1146d8ecb9bd7e03d273dddb5562c0338dafdc7.tar.gz guix-d1146d8ecb9bd7e03d273dddb5562c0338dafdc7.zip |
gnu: packages: plotutils: Add end-file note.
* gnu/packages/plotutils.scm: Add end-file warning note to place new
packages in alphabetical order.
Change-Id: I31fc48b404a804ae59bfb19db09bc14874b5eebb
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/plotutils.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index d950539fc5..84fb5fa7ac 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -474,3 +474,8 @@ and @command{uplot} (shorthand) are provided, and supports chart types of barplot, histogram, lineplot, scatter, density, boxplot, and count.") (home-page "https://github.com/red-data-tools/YouPlot") (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. +;;; |