Skip to content

Commit 121952e

Browse files
authored
[Fix #3438] Update base level of Maintainer Month for 2025
1 parent 9385b31 commit 121952e

27 files changed

+5
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Please note that this project is released with a [Contributor Code of Conduct](C
5656

5757
## Maintainer Month Origins
5858

59-
Maintainer Month was created, and is maintained, by GitHub, starting in 2021 as Maintainer Week. It was simaeltaneously conceived of by Kara Sowles and Josh Simmons, who called each other to tell each other the same idea. It's intended as an industry-wide event that isn't owned by GitHub - that belongs to anyone who wants to contribute or participate. In includes an Advisory Council from folks across the industry that shape what it is.
59+
Maintainer Month was created, and is maintained, by GitHub, starting in 2021 as Maintainer Week. It was simultaneously conceived of by Kara Sowles and Robin Riley, who called each other to tell each other the same idea. It's intended as an industry-wide event that isn't owned by GitHub - that belongs to anyone who wants to contribute or participate. In includes an Advisory Council from folks across the industry that shape what it is.
6060

6161
## License
6262

63-
Copyright © 2023 [GitHub](https://github.com/github).<br />
63+
Copyright © 2025 [GitHub](https://github.com/github).<br />
6464
This project is [MIT](LICENSE) licensed.

components/footer/Footer.jsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,6 @@ const Footer = () => {
2323
return (
2424
<footer className={classes}>
2525
<div className="footer__copyright">
26-
<a
27-
className="footer__link"
28-
href={ROUTES.Y2022.path}
29-
>
30-
2022
31-
</a>
32-
33-
<a
34-
className="footer__link"
35-
href={ROUTES.Y2023.path}
36-
>
37-
2023
38-
</a>
3926
<a
4027
className="footer__link"
4128
href={getLiteral('footer:repository-url')}

components/home/council/Council.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ const Council = () => {
1212
<section className="about">
1313
<div className="about__content">
1414
<div className="about__column">
15-
<h2 className="about__title">Maintainer Month 2024 Advisory Council</h2>
15+
<h2 className="about__title">Maintainer Month 2025 Advisory Council</h2>
1616
</div>
1717
<div className="about__text">
1818
<p>Kara Sowles - GitHub </p>
19-
<p>Josh Simmons - The Matrix.org Foundation </p>
19+
<p>Robin Riley - The Matrix.org Foundation </p>
2020
<p>Julia Ferraioli - Amazon Web Services</p>
2121
<p>Richard Littauer - SustainOSS</p>
2222
<p>Melissa Mendonça - Quansight</p>

components/home/events/Events.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Events = ({ title, list, connectionTitle, connectionButtonText }) => {
2424
</div>
2525
</div>
2626
<Connection title={connectionTitle} buttonText={connectionButtonText} />
27-
<Council />
27+
{/* <Council /> */}
2828
</section>
2929
)
3030
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)