agda: add fuuzetsu to maintainers

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