Skip to content

Commit

Permalink
Change contacts detail to responsible group away from repository owne…
Browse files Browse the repository at this point in the history
…r. (#320)
  • Loading branch information
MatthewHambley authored Jun 21, 2024
1 parent 647e7da commit 3ad9190
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 3ad9190

Please sign in to comment.