forked from mirrors/nixpkgs
Merge pull request #263324 from taranarmo/julia-upstream-build-instructions-url-fix
julia: upstream build instructions url fix
This commit is contained in:
commit
96af761f63
|
@ -17218,6 +17218,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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue