mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 01:07:49 +00:00
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 New Issue
Block a user