agda: add fuuzetsu to maintainers

This commit is contained in:
Mateusz Kowalczyk 2014-10-15 01:02:03 +01:00
parent a921dba56a
commit 0732523c7d
2 changed files with 2 additions and 1 deletions

View file

@ -30,5 +30,6 @@ cabal.mkDerivation (self: {
description = "A dependently typed functional programming language and proof assistant";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
};
})

View file

@ -21,6 +21,6 @@ agda.mkDerivation (self: rec {
description = "A standard library for use with the Agda compiler.";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
maintainers = with maintainers; [ jwiegley ];
maintainers = with maintainers; [ jwiegley fuuzetsu ];
};
})