mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 06:10:03 +00:00
Truffleruby metadata fix (#550585)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user