diff --git a/README.md b/README.md index 1e63eb16..c37ecfa1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ This lesson introduces the basics of profiling and optimising Python code. The c ## Contact Us -This course was originally authored by and is currently maintained by [@Robadob](https://github.com/Robadob), it is a fork of the University of Sheffield branded course. Both repositories are maintained, so issues will be monitored . +This course was originally authored by [@Robadob](https://github.com/Robadob) and is now also maintained by [@JostMigenda](https://github.com/Robadob). + +Releases prior to Beta, exist in the original [University of Sheffield repository](https://github.com/RSE-Sheffield/pando-python), which includes custom branding. Please direct issues with course content to the [Carpentries Incubator repository](https://github.com/carpentries-incubator/pando-python). ## Contributing diff --git a/config.yaml b/config.yaml index f57d8c6b..eef210b3 100644 --- a/config.yaml +++ b/config.yaml @@ -21,13 +21,13 @@ keywords: 'python, profiling, optimisation, data structures, algorithms' # Life cycle stage of the lesson # possible values: pre-alpha, alpha, beta, stable -life_cycle: 'alpha' +life_cycle: 'beta' # License of the lesson license: 'CC-BY 4.0' # Link to the source repository for this lesson -source: 'https://github.com/RSE-Sheffield/pando-python' +source: 'https://github.com/carpentries-incubator/pando-python' # Default branch of your lesson branch: 'main'