aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2022-09-02 19:59:04 +0100
committerChristopher Baines <mail@cbaines.net>2022-09-02 19:59:04 +0100
commit6c9bc0e9a062e7df5dd4277b06086541306ee8f5 (patch)
tree6d3ea21d26d51b0ad2ef429500b9a4b6865bb989 /gnu/packages/python-xyz.scm
parent34766a6631c97af0f13af6c16e1c9d26780e5cb5 (diff)
downloadguix-add-comments-to-bottom-of-files.tar
guix-add-comments-to-bottom-of-files.tar.gz
gnu: Add comments to the bottom of a few package modules.add-comments-to-bottom-of-files
This will hopefully discourage patches which add new packages to the bottom of files, as this increases the likelyhood of conflicts when applying patches.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b058704172..e0e144de29 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30738,3 +30738,8 @@ platform using the ActivityPub protocol.")
"@code{python-lief} is a cross platform library which can parse, modify
and abstract ELF, PE and MachO formats.")
(license license:asl2.0)))
+
+;;;
+;;; Avoid adding new packages to the end of this file. Place them above by
+;;; existing packages with similar functionality or similar names.
+;;;