s/scisoft/coderefinery/

This commit is contained in:
Radovan Bast
2016-04-19 12:30:32 +02:00
parent 7e6aeca792
commit a772d29106
17 changed files with 57 additions and 57 deletions

View File

@ -21,10 +21,10 @@ rather fetch an older version, for example with the hash ``abcd123``. To
achieve this, instead of::
[foo]
source: https://github.com/scisoft/autocmake/raw/master/modules/foo.cmake
source: https://github.com/coderefinery/autocmake/raw/master/modules/foo.cmake
pin the version to ``abcd123`` (you do not need to specify the full Git hash, a unique
beginning will do)::
[foo]
source: https://github.com/scisoft/autocmake/raw/abcd123/modules/foo.cmake
source: https://github.com/coderefinery/autocmake/raw/abcd123/modules/foo.cmake