julia: remove ttuegel from maintainers

ttuegel has not used julia in some time.
This commit is contained in:
Thomas Tuegel 2016-05-02 13:54:47 -05:00
parent edb0b7e36f
commit 014d853f8c

View file

@ -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" ];
};
}