From ea6d9f397227f39a9375c842f4d5962b675dc0f2 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Mon, 20 Mar 2023 18:36:04 -0700 Subject: [PATCH] doc(README.md): replace "Veggies" with "Sourcery" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1591b28..3c599f8 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ uses more descriptive nomenclature for the types and procedures. This repository also adds 1. A [Fortran Package Manager] build system, -2. Tests based on the [Veggies] unit-testing framework, +2. Tests based on the [Sourcery] library's unit-testing utility, 3. Documentation generated by [`ford`] and deployed to the web via GitHub Actions, and 4. Quality control via continuous integration testing using GitHub Actions. @@ -143,3 +143,4 @@ class diagram below of the three derived types in Smart-Pointers. [shallow copy]: https://en.wikipedia.org/wiki/Object_copying#Shallow_copy [767]: https://github.com/fortran-lang/fpm/issues/767 [test/README.md#cray]: ./test/README.md#cray +[Sourcery]: https://github.com/sourceryinstitute/sourcery