Skip to content

Commit 1cf7b9f

Browse files
committed
Fix Maven description of org.graalvm.ruby:ruby-language
1 parent 768abb9 commit 1cf7b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.truffleruby/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@
606606
"truffle:TRUFFLE_NFI_PANAMA",
607607
"sulong:SULONG_NATIVE",
608608
],
609-
"description": "Core module of Ruby on Truffle",
609+
"description": "TruffleRuby, a high-performance embeddable Ruby implementation. This artifact includes the core language runtime without standard libraries. It is not recommended to depend on this artifact directly. Instead, use \'org.graalvm.polyglot:ruby\' to ensure all dependencies are pulled in correctly.", # pylint: disable=line-too-long
610610
"license": [
611611
"EPL-2.0", # JRuby (we choose EPL out of EPL,GPL,LGPL)
612612
"BSD-new", # Rubinius

0 commit comments

Comments
 (0)