Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into 3_better_compiler…
Browse files Browse the repository at this point in the history
…_support
  • Loading branch information
hiker committed Jun 21, 2024
2 parents c02729c + 3ad9190 commit a29be95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: set git user
run: |
git config --global user.email "metomi@metoffice.gov.uk"
git config --global user.email "CoreCapabilityDevelopmentTeam@metoffice.gov.uk"
git config --global user.name "SciFab Developers"
- name: Checkout Fab project files
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sci-fab"
description = "Build system for scientific software"
authors = [
{name = "SciFab Developers", email = 'metomi@metoffice.gov.uk'}
{name = "Core Capabilities Development Team", email = 'CoreCapabilityDevelopmentTeam@metoffice.gov.uk'}
]
license = {file = 'LICENSE.txt'}
dynamic = ['version', 'readme']
Expand Down

0 comments on commit a29be95

Please sign in to comment.