diff options
author | Marius Bakke <[email protected]> | 2022-09-10 17:30:17 +0200 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2022-09-10 17:30:17 +0200 |
commit | 1d526f5035ce51305d8f414b8f55066adedb6f91 (patch) | |
tree | 7cc1fb957d10d06b770bb55dfa30dd3a00beec5d /gnu/packages/ruby.scm | |
parent | b4693f4a58b977c92282c81d3032f5be990e866a (diff) | |
parent | 07140e8b10c56bc271c74fa82470a900684b91c6 (diff) |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r-- | gnu/packages/ruby.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index be0cc6e724..e1b71a0a1a 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -13726,3 +13726,9 @@ can also be used as a Ruby library or as a web application, though the later has not yet been packaged for Guix.") (license license:bsd-2) (properties `((upstream-name . "anystyle-cli"))))) + +;;; +;;; Avoid adding new packages to the end of this file. To reduce the chances +;;; of a merge conflict, place them above by existing packages with similar +;;; functionality or similar names. +;;; |