jruby: fix changelog

This commit is contained in:
Mario Rodas 2023-10-22 04:20:00 +00:00
parent 29f976f694
commit d48146d75b

View File

@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Ruby interpreter written in Java";
homepage = "https://www.jruby.org/";
changelog = "https://github.com/jruby/jruby/releases/tag/${version}";
changelog = "https://github.com/jruby/jruby/releases/tag/${finalAttrs.version}";
license = with licenses; [ cpl10 gpl2 lgpl21 ];
platforms = jre.meta.platforms;
maintainers = [ maintainers.fzakaria ];