mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
agda: add fuuzetsu to maintainers
This commit is contained in:
parent
a921dba56a
commit
0732523c7d
@ -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 ];
|
||||
};
|
||||
})
|
||||
|
@ -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 ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user