summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-05-02 13:54:47 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-05-02 13:55:21 -0500
commit014d853f8cfe34a51ec5641691fcb97bf7c6d9a9 (patch)
tree07057606fd617b2684c908afb64ff741ab4934f8 /pkgs/development/compilers
parentedb0b7e36f3ac40a17b7421db81206a51af03347 (diff)
downloadnixlib-014d853f8cfe34a51ec5641691fcb97bf7c6d9a9.tar
nixlib-014d853f8cfe34a51ec5641691fcb97bf7c6d9a9.tar.gz
nixlib-014d853f8cfe34a51ec5641691fcb97bf7c6d9a9.tar.bz2
nixlib-014d853f8cfe34a51ec5641691fcb97bf7c6d9a9.tar.lz
nixlib-014d853f8cfe34a51ec5641691fcb97bf7c6d9a9.tar.xz
nixlib-014d853f8cfe34a51ec5641691fcb97bf7c6d9a9.tar.zst
nixlib-014d853f8cfe34a51ec5641691fcb97bf7c6d9a9.zip
julia: remove ttuegel from maintainers
ttuegel has not used julia in some time.
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/julia/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/julia/default.nix b/pkgs/development/compilers/julia/default.nix
index 9886dc4d52ad..9e90ecfbe216 100644
--- a/pkgs/development/compilers/julia/default.nix
+++ b/pkgs/development/compilers/julia/default.nix
@@ -159,7 +159,7 @@ stdenv.mkDerivation rec {
     description = "High-level performance-oriented dynamical language for technical computing";
     homepage = "http://julialang.org/";
     license = stdenv.lib.licenses.mit;
-    maintainers = with stdenv.lib.maintainers; [ raskin ttuegel ];
+    maintainers = with stdenv.lib.maintainers; [ raskin ];
     platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
   };
 }