Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down