add myself as php and rustc maintainer

This commit is contained in:
Robin Gloster
2015-03-11 11:24:55 +01:00
parent 9d26ad274a
commit 282530454a
5 changed files with 8 additions and 4 deletions
@@ -61,7 +61,7 @@ let version = if isRelease then
meta = with stdenv.lib; {
homepage = http://www.rust-lang.org/;
description = "A safe, concurrent, practical language";
maintainers = with maintainers; [ madjar cstrahan wizeman ];
maintainers = with maintainers; [ madjar cstrahan wizeman globin ];
license = map (builtins.getAttr "shortName") [ licenses.mit licenses.asl20 ];
platforms = platforms.linux;
};