Truffleruby metadata fix (#550585)

This commit is contained in:
Sandro
2026-09-04 11:23:53 +00:00
committed by GitHub
2 changed files with 21 additions and 0 deletions

View File

@@ -20868,6 +20868,12 @@
github = "nipeharefa";
githubId = 12620257;
};
nirvdrum = {
name = "Kevin Menard";
email = "kevin@nirvdrum.com";
github = "nirvdrum";
githubId = 12584;
};
NIS = {
name = "NSC IT Solutions";
github = "dev-nis";

View File

@@ -38,4 +38,19 @@ graalvmPackages.buildGraalvmProduct {
''
}
'';
meta = {
description = "High-performance implementation of Ruby built on GraalVM";
homepage = "https://truffleruby.dev/";
mainProgram = "ruby";
maintainers = with lib.maintainers; [ nirvdrum ];
license =
with lib.licenses;
OR [
epl20
gpl2Only
lgpl21Only
];
};
}