Skip to content

Commit ccb2a37

Browse files
committed
urls
1 parent f1a1108 commit ccb2a37

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(nc4fortran
66
LANGUAGES Fortran
77
VERSION 0.4.4
88
DESCRIPTION "thin, light, easy NetCDF4 Fortran interface"
9-
HOMEPAGE_URL https://github.com/scivision/nc4fortran)
9+
HOMEPAGE_URL https://github.com/geospace-code/nc4fortran)
1010

1111
enable_testing()
1212
include(CTest)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
[![DOI](https://zenodo.org/badge/229812591.svg)](https://zenodo.org/badge/latestdoi/229812591)
44
[![CDash](./archive/cdash.png)](https://my.cdash.org/index.php?project=nc4fortran)
55

6-
![ci_linux](https://github.com/scivision/nc4fortran/workflows/ci_linux/badge.svg)
7-
![ci_mac](https://github.com/scivision/nc4fortran/workflows/ci_mac/badge.svg)
6+
![ci_linux](https://github.com/geospace-code/nc4fortran/workflows/ci_linux/badge.svg)
7+
![ci_mac](https://github.com/geospace-code/nc4fortran/workflows/ci_mac/badge.svg)
88

99
Simple, robust, thin HDF5 polymorphic read/write interface.
10-
For HDF5 see [h5fortran](https://github.com/scivision/h5fortran).
10+
For HDF5 see [h5fortran](https://github.com/geospace-code/h5fortran).
1111
Designed for easy use as a Meson "subproject" or CMake "ExternalProject" using **static** or **shared** linking.
1212
Uses Fortran 2008 `submodule` for clean template structure.
1313
This easy-to-use, thin object-oriented modern Fortran library abstracts away the messy parts of NetCDF4 so that you can read/write various types/ranks of data with a single command.
@@ -74,7 +74,7 @@ and have a file in the master project `subprojects/nc4fortran.wrap` containing:
7474
```ini
7575
[wrap-git]
7676
directory = nc4fortran
77-
url = https://github.com/scivision/nc4fortran.git
77+
url = https://github.com/geospace-code/nc4fortran.git
7878
revision = head
7979
```
8080

@@ -108,7 +108,7 @@ To use nc4fortran as a CMake ExternalProject do like:
108108
include(FetchContent)
109109
110110
FetchContent_Declare(nc4fortran_proj
111-
GIT_REPOSITORY https://github.com/scivision/h5fortran.git
111+
GIT_REPOSITORY https://github.com/geospace-code/h5fortran.git
112112
GIT_TAG master # whatever desired version is
113113
)
114114

ford.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
src_dir: ./src
22
output_dir: ./docs
33
project: Object-oriented Fortran 2008 NetCDF4 interface
4-
project_github: https://github.com/scivision/nc4fortran
5-
project_website: https://scivision.github.io/nc4fortran
4+
project_github: https://github.com/geospace-code/nc4fortran
5+
project_website: https://geospace-code.github.io/nc4fortran
66
summary: Object-oriented Fortran 2008 NetCDF4 interface
77
author: Michael Hirsch, Ph.D.
8-
author_description: SciVision, Inc.
9-
github: https://github.com/scivision
8+
github: https://github.com/geospace-code
109
license: by
1110
exclude: CMakeFortranCompilerId.F
1211
display: public

0 commit comments

Comments
 (0)