mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
julia: remove ttuegel from maintainers
ttuegel has not used julia in some time.
This commit is contained in:
parent
edb0b7e36f
commit
014d853f8c
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue