Skip to content

Commit 1b4cb91

Browse files
author
Zander Mackie
committed
Fix casing in buildpack.toml
1 parent e5de1c7 commit 1b4cb91

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

buildpack.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ api = "0.2"
33
[buildpack]
44
id = "org.cloudfoundry.python-runtime"
55
name = "python runtime buildpack"
6-
version = "{{ .version }}"
6+
version = "{{ .Version }}"
77

88
[metadata]
99
include_files = ["bin/build", "bin/detect", "buildpack.toml"]
@@ -121,40 +121,40 @@ api = "0.2"
121121
source_sha256 = "f1069ad3cae8e7ec467aa98a6565a62a48ef196cb8f1455a245a08db5e1792df"
122122

123123
[[metadata.dependency_deprecation_dates]]
124-
date = 2020-01-01t00:00:00z
124+
date = 2020-01-01T00:00:00Z
125125
link = "https://www.python.org/dev/peps/pep-0373/"
126126
name = "Python"
127127
version_line = "2.7.x"
128128

129129
[[metadata.dependency_deprecation_dates]]
130-
date = 2019-03-16t00:00:00z
130+
date = 2019-03-16T00:00:00Z
131131
link = "https://www.python.org/dev/peps/pep-0429/"
132132
name = "Python"
133133
version_line = "3.4.x"
134134

135135
[[metadata.dependency_deprecation_dates]]
136-
date = 2020-09-13t00:00:00z
136+
date = 2020-09-13T00:00:00Z
137137
link = "https://www.python.org/dev/peps/pep-0478/"
138138
name = "Python"
139139
version_line = "3.5.x"
140140

141141
[[metadata.dependency_deprecation_dates]]
142-
date = 2021-12-23t00:00:00z
142+
date = 2021-12-23T00:00:00Z
143143
link = "https://www.python.org/dev/peps/pep-0494/"
144144
name = "Python"
145145
version_line = "3.6.x"
146146

147147
[[metadata.dependency_deprecation_dates]]
148-
date = 2023-06-27t00:00:00z
148+
date = 2023-06-27T00:00:00Z
149149
link = "https://www.python.org/dev/peps/pep-0537/"
150150
name = "Python"
151151
version_line = "3.7.x"
152152

153153
[[metadata.dependency_deprecation_dates]]
154-
date = 2023-06-27t00:00:00z
154+
date = 2023-06-27T00:00:00Z
155155
link = "https://www.python.org/dev/peps/pep-0537/"
156156
name = "Python"
157157
version_line = "3.8.x"
158158

159159
[[stacks]]
160-
id = "org.cloudfoundry.stacks.cflinuxfs3"
160+
id = "org.cloudfoundry.stacks.cflinuxfs3"

0 commit comments

Comments
 (0)