forked from mirrors/nixpkgs
julia: remove ttuegel from maintainers
ttuegel has not used julia in some time
This commit is contained in:
parent
980bca286e
commit
147d942b54
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue