From 0bd493d85d37531bdab3bf8daf8652bba882c3b3 Mon Sep 17 00:00:00 2001 From: rafaelrc7 Date: Mon, 27 Nov 2023 17:10:58 -0300 Subject: [PATCH] mathematica: add rafaelrc to maintainers --- pkgs/applications/science/math/mathematica/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/math/mathematica/default.nix b/pkgs/applications/science/math/mathematica/default.nix index 289c9b7b6580..c4cebcd8e29a 100644 --- a/pkgs/applications/science/math/mathematica/default.nix +++ b/pkgs/applications/science/math/mathematica/default.nix @@ -77,7 +77,7 @@ callPackage real-drv { homepage = "http://www.wolfram.com/mathematica/"; license = licenses.unfree; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; - maintainers = with maintainers; [ herberteuler ]; + maintainers = with maintainers; [ herberteuler rafaelrc ]; platforms = [ "x86_64-linux" ]; }; }