maintainers: add fzakaria
This commit is contained in:
parent
bcb7327a0a
commit
d764809c4d
2 changed files with 10 additions and 3 deletions
|
@ -9267,4 +9267,10 @@
|
||||||
github = "deifactor";
|
github = "deifactor";
|
||||||
githubId = 30192992;
|
githubId = 30192992;
|
||||||
};
|
};
|
||||||
|
fzakaria = {
|
||||||
|
name = "Farid Zakaria";
|
||||||
|
email = "farid.m.zakaria@gmail.com";
|
||||||
|
github = "fzakaria";
|
||||||
|
githubId = 605070;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,11 +46,12 @@ jruby = stdenv.mkDerivation rec {
|
||||||
libPath = "lib/${rubyEngine}/${rubyVersion.libDir}";
|
libPath = "lib/${rubyEngine}/${rubyVersion.libDir}";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Ruby interpreter written in Java";
|
description = "Ruby interpreter written in Java";
|
||||||
homepage = "http://jruby.org/";
|
homepage = "http://jruby.org/";
|
||||||
license = with stdenv.lib.licenses; [ cpl10 gpl2 lgpl21 ];
|
license = with licenses; [ cpl10 gpl2 lgpl21 ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
maintainers = [ maintainers.fzakaria ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in jruby.overrideAttrs (oldAttrs: {
|
in jruby.overrideAttrs (oldAttrs: {
|
||||||
|
|
Loading…
Reference in a new issue