agda: add fuuzetsu to maintainers

+2 -1
+1
pkgs/development/compilers/agda/default.nix
··· 30 description = "A dependently typed functional programming language and proof assistant"; 31 license = self.stdenv.lib.licenses.mit; 32 platforms = self.ghc.meta.platforms; 33 }; 34 })
··· 30 description = "A dependently typed functional programming language and proof assistant"; 31 license = self.stdenv.lib.licenses.mit; 32 platforms = self.ghc.meta.platforms; 33 + maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ]; 34 }; 35 })
+1 -1
pkgs/development/compilers/agda/stdlib.nix
··· 21 description = "A standard library for use with the Agda compiler."; 22 license = stdenv.lib.licenses.mit; 23 platforms = stdenv.lib.platforms.unix; 24 - maintainers = with maintainers; [ jwiegley ]; 25 }; 26 })
··· 21 description = "A standard library for use with the Agda compiler."; 22 license = stdenv.lib.licenses.mit; 23 platforms = stdenv.lib.platforms.unix; 24 + maintainers = with maintainers; [ jwiegley fuuzetsu ]; 25 }; 26 })