about summary refs log tree commit diff
path: root/pkgs/development/tools/mars-mips/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/mars-mips/default.nix')
-rw-r--r--pkgs/development/tools/mars-mips/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/mars-mips/default.nix b/pkgs/development/tools/mars-mips/default.nix
index 6bca1fa64eee5..97ffd564c45cd 100644
--- a/pkgs/development/tools/mars-mips/default.nix
+++ b/pkgs/development/tools/mars-mips/default.nix
@@ -43,7 +43,7 @@ stdenvNoCC.mkDerivation rec {
     description = "An IDE for programming in MIPS assembly language intended for educational-level use";
     homepage = "https://courses.missouristate.edu/KenVollmar/MARS/";
     license = licenses.mit;
-    maintainers = with maintainers; [ angustrau ];
+    maintainers = with maintainers; [ emilytrau ];
     platforms = platforms.all;
   };
 }