···3030 description = "A dependently typed functional programming language and proof assistant";
3131 license = self.stdenv.lib.licenses.mit;
3232 platforms = self.ghc.meta.platforms;
3333+ maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
3334 };
3435})
+1-1
pkgs/development/compilers/agda/stdlib.nix
···2121 description = "A standard library for use with the Agda compiler.";
2222 license = stdenv.lib.licenses.mit;
2323 platforms = stdenv.lib.platforms.unix;
2424- maintainers = with maintainers; [ jwiegley ];
2424+ maintainers = with maintainers; [ jwiegley fuuzetsu ];
2525 };
2626})