Change coreclr package maintainer

This commit is contained in:
Roman Kuznetsov 2017-10-08 22:22:07 +02:00
parent e7fc83f1a6
commit f743e5f127

View File

@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
homepage = http://dotnet.github.io/core/;
description = ".NET is a general purpose development platform";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ obadz ];
maintainers = with maintainers; [ kuznero ];
license = licenses.mit;
};
}