ruby: boy scout cleanups

This commit is contained in:
Peter Hoeg 2017-09-08 12:07:39 +08:00
parent 00829717e8
commit 01a6878bb1

View File

@ -151,12 +151,12 @@ let
sed -i "s|'--with-baseruby=${baseruby}/bin/ruby'||" $rbConfig sed -i "s|'--with-baseruby=${baseruby}/bin/ruby'||" $rbConfig
''; '';
meta = { meta = with stdenv.lib; {
license = stdenv.lib.licenses.ruby;
homepage = http://www.ruby-lang.org/en/;
description = "The Ruby language"; description = "The Ruby language";
maintainers = with stdenv.lib.maintainers; [ vrthra manveru ]; homepage = http://www.ruby-lang.org/en/;
platforms = stdenv.lib.platforms.all; license = licenses.ruby;
maintainers = with maintainers; [ vrthra manveru ];
platforms = platforms.all;
}; };
passthru = rec { passthru = rec {