ghcNokinds: add myself as maintainer

This commit is contained in:
Kosyrev Serge 2015-08-24 22:55:04 +03:00
parent 85c5d83dfc
commit 301bf5018d

View File

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://haskell.org/ghc";
description = "The dependently-typed 'nokinds' branch of the Glasgow Haskell Compiler by Richard Eisenberg";
maintainers = with stdenv.lib.maintainers; [ ];
maintainers = with stdenv.lib.maintainers; [ deepfire ];
inherit (ghc.meta) license platforms;
};