diff --git a/README.md b/README.md index d85cefd..27e8a5c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Your new registry submittal should first meet the required of any package listed at the [packages listing](https://fortran-lang.org/packages). -Please submit a [pull request](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) +Please submit a [pull request](https://app.egghead.io/playlists/how-to-contribute-to-an-open-source-project-on-github) against this repository, adding the new package into the file [registry.toml](./registry.toml) in alphabetical order. It is recommended that you explicitly list each version using the diff --git a/registry.toml b/registry.toml index 46b9eb9..53d7ba6 100644 --- a/registry.toml +++ b/registry.toml @@ -21,6 +21,10 @@ latest.git = "https://github.com/dftd4/dftd4" "1.0.1" = { git="https://github.com/zoziha/forlab", tag="v1.0.1" } "latest" = { git="https://github.com/zoziha/forlab" } +[fortran-error-handler] +"1.0.4" = { git="https://github.com/samharrison7/fortran-error-handler", tag="1.0.4" } +"latest" = { git="https://github.com/samharrison7/fortran-error-handler" } + [fpm] latest.git = "https://github.com/fortran-lang/fpm"