about summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-03-10 13:13:19 +0100
committerTimo Kaufmann <timokau@zoho.com>2020-03-10 18:10:28 +0100
commit1a6b1fb32ac8767f2f6684de095ee5ba6ff052fa (patch)
treec469cce918bf5a03e4fa6ac0f800ee5707e402df /pkgs/applications/science/math
parent0c875c28c693c52e9da33ab89b0a1554148ef517 (diff)
downloadnixlib-1a6b1fb32ac8767f2f6684de095ee5ba6ff052fa.tar
nixlib-1a6b1fb32ac8767f2f6684de095ee5ba6ff052fa.tar.gz
nixlib-1a6b1fb32ac8767f2f6684de095ee5ba6ff052fa.tar.bz2
nixlib-1a6b1fb32ac8767f2f6684de095ee5ba6ff052fa.tar.lz
nixlib-1a6b1fb32ac8767f2f6684de095ee5ba6ff052fa.tar.xz
nixlib-1a6b1fb32ac8767f2f6684de095ee5ba6ff052fa.tar.zst
nixlib-1a6b1fb32ac8767f2f6684de095ee5ba6ff052fa.zip
symmetrica: add timokau to maintainers
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/symmetrica/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/symmetrica/default.nix b/pkgs/applications/science/math/symmetrica/default.nix
index b4a77d752038..b363137fb99c 100644
--- a/pkgs/applications/science/math/symmetrica/default.nix
+++ b/pkgs/applications/science/math/symmetrica/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = ''A collection of routines for representation theory and combinatorics'';
     license = licenses.isc;
-    maintainers = with maintainers; [raskin];
+    maintainers = with maintainers; [raskin timokau];
     platforms = platforms.unix;
     homepage = "https://gitlab.com/sagemath/symmetrica";
   };