Skip to content

Commit 96c9d02

Browse files
committed
Update README after transfer
1 parent f9ea047 commit 96c9d02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# The simple testing framework
22

33
[![License](https://img.shields.io/badge/license-MIT%7CApache%202.0-blue)](LICENSE-Apache)
4-
[![CI](https://github.com/awvwgk/test-drive/workflows/CI/badge.svg)](https://github.com/awvwgk/test-drive/actions)
5-
[![codecov](https://codecov.io/gh/awvwgk/test-drive/branch/main/graph/badge.svg)](https://codecov.io/gh/awvwgk/test-drive)
4+
[![CI](https://github.com/fortran-lang/test-drive/workflows/CI/badge.svg)](https://github.com/fortran-lang/test-drive/actions)
5+
[![codecov](https://codecov.io/gh/fortran-lang/test-drive/branch/main/graph/badge.svg)](https://codecov.io/gh/fortran-lang/test-drive)
66

77
This project offers a lightweight, procedural unit testing framework based on nothing but standard Fortran.
88
Integration with [meson](https://mesonbuild.com), [cmake](https://cmake.org) and [Fortran package manager (fpm)](https://github.com/fortran-lang/fpm) is available.
@@ -325,7 +325,7 @@ The following module allows to find or fetch an installation of this project in
325325
```cmake
326326
set(_lib "test-drive")
327327
set(_pkg "TEST_DRIVE")
328-
set(_url "https://github.com/awvwgk/test-drive")
328+
set(_url "https://github.com/fortran-lang/test-drive")
329329
330330
if(NOT DEFINED "${_pkg}_FIND_METHOD")
331331
if(DEFINED "${PROJECT_NAME}-dependency-method")

0 commit comments

Comments
 (0)