Skip to content

Commit ce69bf1

Browse files
authored
Update references to JuliaLang to point to JuliaMath (#182)
1 parent a96f074 commit ce69bf1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ are under the LGPL.
1616
## Parts copyrighted by the Julia project (MIT License)
1717

1818
> Copyright (c) 2011-14 The Julia Project.
19-
> https://github.com/JuliaLang/openlibm/graphs/contributors
19+
> https://github.com/JuliaMath/openlibm/graphs/contributors
2020
>
2121
> Permission is hereby granted, free of charge, to any person obtaining
2222
> a copy of this software and associated documentation files (the

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OpenLibm
22

3-
[![Travis](https://travis-ci.org/JuliaLang/openlibm.svg?branch=master)](https://travis-ci.org/JuliaLang/openlibm)
4-
[![AppVeyor](https://ci.appveyor.com/api/projects/status/30kn644g79f0x6va/branch/master?svg=true)](https://ci.appveyor.com/project/ararslan/openlibm/branch/master)
3+
[![Travis](https://travis-ci.org/JuliaMath/openlibm.svg?branch=master)](https://travis-ci.org/JuliaMath/openlibm)
4+
[![AppVeyor](https://ci.appveyor.com/api/projects/status/sia04r4089rr19uc/branch/master?svg=true)](https://ci.appveyor.com/project/ararslan/openlibm-19152/branch/master)
55

66
[OpenLibm](http://www.openlibm.org) is an effort to have a high quality, portable, standalone
77
C mathematical library ([`libm`](http://en.wikipedia.org/wiki/libm)).

openlibm.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib
44

55
Name: openlibm
66
Version: ${version}
7-
URL: https://github.com/JuliaLang/openlibm
7+
URL: https://github.com/JuliaMath/openlibm
88
Description: High quality system independent, open source libm.
99
Cflags: -I${includedir}
1010
Libs: -L${libdir} -lopenlibm

0 commit comments

Comments
 (0)