lol

Merge pull request #263324 from taranarmo/julia-upstream-build-instructions-url-fix

julia: upstream build instructions url fix

authored by

Nick Cao and committed by
GitHub
96af761f 6e0068b0

+7 -1
+6
maintainers/maintainer-list.nix
··· 17218 17218 githubId = 1901799; 17219 17219 name = "Nathan van Doorn"; 17220 17220 }; 17221 + taranarmo = { 17222 + email = "taranarmo@gmail.com"; 17223 + github = "taranarmo"; 17224 + githubId = 11619234; 17225 + name = "Sergey Volkov"; 17226 + }; 17221 17227 tari = { 17222 17228 email = "peter@taricorp.net"; 17223 17229 github = "tari";
+1 -1
pkgs/development/compilers/julia/README.md
··· 20 20 disable, is your best bet at arriving at a solid derivation. 21 21 22 22 [readme]: https://github.com/JuliaLang/julia/blob/master/README.md 23 - [build]: https://github.com/JuliaLang/julia/blob/master/doc/build/build.md 23 + [build]: https://github.com/JuliaLang/julia/tree/master/doc/src/devdocs/build 24 24 [release_process]: https://julialang.org/blog/2019/08/release-process