julia: remove ttuegel from maintainers

ttuegel has not used julia in some time

+1 -1
+1 -1
pkgs/development/compilers/julia/git.nix
··· 164 description = "High-level performance-oriented dynamical language for technical computing"; 165 homepage = "http://julialang.org/"; 166 license = stdenv.lib.licenses.mit; 167 - maintainers = with stdenv.lib.maintainers; [ raskin ttuegel ]; 168 platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ]; 169 }; 170 }
··· 164 description = "High-level performance-oriented dynamical language for technical computing"; 165 homepage = "http://julialang.org/"; 166 license = stdenv.lib.licenses.mit; 167 + maintainers = with stdenv.lib.maintainers; [ raskin ]; 168 platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ]; 169 }; 170 }