julia: remove ttuegel from maintainers

ttuegel has not used julia in some time
This commit is contained in:
Thomas Tuegel 2016-05-03 13:34:50 -05:00
parent 980bca286e
commit 147d942b54

View file

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