From 942620ba9e1cea9513413b70b8af802c216dbaa2 Mon Sep 17 00:00:00 2001 From: Sergey Volkov Date: Wed, 18 Oct 2023 15:51:19 +0200 Subject: [PATCH 1/2] maintainers: add taranarmo --- maintainers/maintainer-list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index f1310e137680..75a3747e98c5 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -17109,6 +17109,12 @@ githubId = 1901799; name = "Nathan van Doorn"; }; + taranarmo = { + email = "taranarmo@gmail.com"; + github = "taranarmo"; + githubId = 11619234; + name = "Sergey Volkov"; + }; tari = { email = "peter@taricorp.net"; github = "tari"; From 4bc0e5fbc89f4c8b5da9facde77927b6b8d49181 Mon Sep 17 00:00:00 2001 From: Sergey Volkov Date: Wed, 25 Oct 2023 13:05:58 +0200 Subject: [PATCH 2/2] julia: fix URL to building instruction in README Instructions in the upstream were redone and splitted to separate files for different platforms. --- pkgs/development/compilers/julia/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/julia/README.md b/pkgs/development/compilers/julia/README.md index d37c01bc8ce6..e9843fa3c9e7 100644 --- a/pkgs/development/compilers/julia/README.md +++ b/pkgs/development/compilers/julia/README.md @@ -20,5 +20,5 @@ minimal set of broken or incompatible tests you think you have a good reason to disable, is your best bet at arriving at a solid derivation. [readme]: https://github.com/JuliaLang/julia/blob/master/README.md -[build]: https://github.com/JuliaLang/julia/blob/master/doc/build/build.md +[build]: https://github.com/JuliaLang/julia/tree/master/doc/src/devdocs/build [release_process]: https://julialang.org/blog/2019/08/release-process