mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
This commit is contained in:
parent
12095c0cc7
commit
d1146d8ecb
1 changed files with 5 additions and 0 deletions
|
@ -474,3 +474,8 @@ (define-public youplot
|
|||
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.
|
||||
;;;
|
||||
|
|
Loading…
Reference in a new issue