File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 - name : Build Documentation
1616 run : ford docs.md
1717 - uses : JamesIves/github-pages-deploy-action@3.7.1
18- if : github.event_name == 'push' && github.repository == 'fortran-lang/fpm' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master ' )
18+ if : github.event_name == 'push' && github.repository == 'fortran-lang/fpm' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/main ' )
1919 with :
2020 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2121 BRANCH : gh-pages
Original file line number Diff line number Diff line change 22project : Fortran-lang/fpm
33summary : Fortran Package Manager
44project_github : https://github.com/fortran-lang/fpm
5- project_download : https://github.com/fortran-lang/fpm/archive/master .zip
5+ project_download : https://github.com/fortran-lang/fpm/archive/main .zip
66author : fortran-lang/fpm contributors
77author_pic : https://fortran-lang.org/assets/img/fortran_logo_512x512.png
88author_email : fortran-lang@groups.io
Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ subroutine cmd_new(settings)
131131 &' # The fpm home page at ' ,&
132132 &' # https://github.com/fortran-lang/fpm ' ,&
133133 &' # A complete list of keys and their attributes at ' ,&
134- &' # https://github.com/fortran-lang/fpm/blob/master /manifest-reference.md ' ,&
134+ &' # https://github.com/fortran-lang/fpm/blob/main /manifest-reference.md ' ,&
135135 &' # examples of fpm project packaging at ' ,&
136- &' # https://github.com/fortran-lang/fpm/blob/master /PACKAGING.md ' ,&
136+ &' # https://github.com/fortran-lang/fpm/blob/main /PACKAGING.md ' ,&
137137 &' # The Fortran TOML file interface and it'' s references at ' ,&
138138 &' # https://github.com/toml-f/toml-f ' ,&
139139 &' # ' ,&
Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ subroutine set_help()
723723 ' + The fpm(1) home page is at https://github.com/fortran-lang/fpm ' , &
724724 ' + Registered fpm(1) packages are at https://fortran-lang.org/packages ' , &
725725 ' + The fpm(1) TOML file format is described at ' , &
726- ' https://github.com/fortran-lang/fpm/blob/master /manifest-reference.md ' , &
726+ ' https://github.com/fortran-lang/fpm/blob/main /manifest-reference.md ' , &
727727 ' ' ]
728728 help_list= [character (len= 80 ) :: &
729729 ' NAME ' , &
You can’t perform that action at this time.
0 commit comments