Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
0f297f6e
by mangoiv at 2025-12-06T11:09:44-05:00
1 changed file:
Changes:
| ... | ... | @@ -45,7 +45,7 @@ rst_prolog = """ |
| 45 | 45 | |
| 46 | 46 | # General information about the project.
|
| 47 | 47 | project = u'Glasgow Haskell Compiler'
|
| 48 | -copyright = f"{datetime.now(timezone.utc).year}, GHC Team"
|
|
| 48 | +copyright = "{}, GHC Team".format(datetime.now(timezone.utc).year)
|
|
| 49 | 49 | # N.B. version comes from ghc_config
|
| 50 | 50 | release = version # The full version, including alpha/beta/rc tags.
|
| 51 | 51 |