ruby: add marsam to maintainers

This commit is contained in:
Mario Rodas 2020-10-03 04:20:00 +00:00 committed by Frederik Rietdijk
parent 17e3f3258f
commit 6bfc199531

View File

@ -192,7 +192,7 @@ let
description = "The Ruby language"; description = "The Ruby language";
homepage = "http://www.ruby-lang.org/en/"; homepage = "http://www.ruby-lang.org/en/";
license = licenses.ruby; license = licenses.ruby;
maintainers = with maintainers; [ vrthra manveru ]; maintainers = with maintainers; [ vrthra manveru marsam ];
platforms = platforms.all; platforms = platforms.all;
}; };