Selaa lähdekoodia

Merge branch 'master' of github.com:JuliaMath/openlibm

Viral B. Shah 6 vuotta sitten
vanhempi
commit
cca41bc1ab
3 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 1 1
      LICENSE.md
  2. 2 2
      README.md
  3. 1 1
      openlibm.pc.in

+ 1 - 1
LICENSE.md

@@ -16,7 +16,7 @@ are under the LGPL.
 ## Parts copyrighted by the Julia project (MIT License)
 
 >       Copyright (c) 2011-14 The Julia Project.
->       https://github.com/JuliaLang/openlibm/graphs/contributors
+>       https://github.com/JuliaMath/openlibm/graphs/contributors
 >
 >       Permission is hereby granted, free of charge, to any person obtaining
 >       a copy of this software and associated documentation files (the

+ 2 - 2
README.md

@@ -1,7 +1,7 @@
 # OpenLibm
 
-[![Travis](https://travis-ci.org/JuliaLang/openlibm.svg?branch=master)](https://travis-ci.org/JuliaLang/openlibm)
-[![AppVeyor](https://ci.appveyor.com/api/projects/status/30kn644g79f0x6va/branch/master?svg=true)](https://ci.appveyor.com/project/ararslan/openlibm/branch/master)
+[![Travis](https://travis-ci.org/JuliaMath/openlibm.svg?branch=master)](https://travis-ci.org/JuliaMath/openlibm)
+[![AppVeyor](https://ci.appveyor.com/api/projects/status/sia04r4089rr19uc/branch/master?svg=true)](https://ci.appveyor.com/project/ararslan/openlibm-19152/branch/master)
 
 [OpenLibm](http://www.openlibm.org) is an effort to have a high quality, portable, standalone
 C mathematical library ([`libm`](http://en.wikipedia.org/wiki/libm)).

+ 1 - 1
openlibm.pc.in

@@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib
 
 Name: openlibm
 Version: ${version}
-URL: https://github.com/JuliaLang/openlibm
+URL: https://github.com/JuliaMath/openlibm
 Description: High quality system independent, open source libm.
 Cflags: -I${includedir}
 Libs: -L${libdir} -lopenlibm