Skip to content

Commit

Permalink
docs(readme): fix repo owner in badge and usage example (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludnic authored Oct 13, 2023
1 parent 3332ec5 commit 85d479e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setup Fortran

[![Test](https://github.com/awvwgk/setup-fortran/actions/workflows/test.yml/badge.svg)](https://github.com/awvwgk/setup-fortran/actions/workflows/test.yml)
[![Test](https://github.com/fortran-lang/setup-fortran/actions/workflows/test.yml/badge.svg)](https://github.com/fortran-lang/setup-fortran/actions/workflows/test.yml)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![GitHub tag](https://img.shields.io/github/tag/fortran-lang/setup-fortran.svg)](https://github.com/fortran-lang/setup-fortran/tags/latest)

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
toolchain: {compiler: intel-classic, version: '2021.10'}

steps:
- uses: awvwgk/setup-fortran@v1
- uses: fortran-lang/setup-fortran@v1
id: setup-fortran
with:
compiler: ${{ matrix.toolchain.compiler }}
Expand Down

0 comments on commit 85d479e

Please sign in to comment.