Skip to content

Commit 02effe2

Browse files
committed
Update config.yaml
1 parent c2c7de7 commit 02effe2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
carpentry: 'incubator'
1212

1313
# Overall title for pages.
14-
title: 'Software Testing for Research - Python'
14+
title: 'Testing and Continuous Integration'
1515

1616
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
17-
created: '2024-03-08'
17+
created: '2026-01-30'
1818

1919
# Comma-separated list of keywords for the lesson
2020
keywords: 'software, data, lesson, The Carpentries, Testing, FAIR4RS, Python, CI, Continuous Integration, Tests'
@@ -27,13 +27,13 @@ life_cycle: 'pre-alpha'
2727
license: 'CC-BY 4.0'
2828

2929
# Link to the source repository for this lesson
30-
source: 'https://github.com/SylviaWhittle/python-testing-for-research'
30+
source: 'https://github.com/ResearchCodingClub/python-testing-for-research'
3131

3232
# Default branch of your lesson
3333
branch: 'main'
3434

3535
# Who to contact if there are any issues
36-
contact: 'sylvia.whittle@sheffield.ac.uk'
36+
contact: 'liam.pattinson@york.ac.uk'
3737

3838
# Navigation ------------------------------------------------
3939
#
@@ -84,7 +84,7 @@ profiles:
8484
#
8585
# This space below is where custom yaml items (e.g. pinning
8686
# sandpaper and varnish versions) should live
87-
varnish: RSE-Sheffield/uos-varnish@main
88-
url: 'https://sylviawhittle.github.io/python-testing-for-research/'
87+
varnish: ResearchCodingClub/uoy-varnish@main
88+
url: 'https://researchcodingclub.github.io/python-testing-for-research/'
8989

9090

0 commit comments

Comments
 (0)