Skip to content

Commit 711f89e

Browse files
committed
Fix language of Go PURL library
Signed-off-by: Philippe Ombredanne <pombredanne@aboutcode.org>
1 parent c4ff423 commit 711f89e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website/src/data/projects-package-url.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
{
4848
"group": "package-url",
4949
"name": "purlvalidator-go",
50-
"description": ["Go library for validating Package URLs (PURLs). It works fully offline, including in air-gapped or restricted environments"],
50+
"description": ["Go library for validating Package URLs (PURLs). It works fully offline, including in air-gapped or restricted environments."],
5151
"repository_url": "https://github.com/aboutcode-org/purlvalidator-go",
5252
"documentation_url": "https://github.com/aboutcode-org/purlvalidator-go/blob/main/README.md",
5353
"package_download_url": ["Not applicable"],
5454
"service_url": "Not applicable",
55-
"languages": "Python",
55+
"languages": "Go",
5656
"software_license": "Apache-2.0",
5757
"data_license": "Not applicable",
58-
"platform": "Python",
58+
"platform": "Go",
5959
"lead_maintainer": ["Not applicable"],
6060
"notes": "Not applicable"
6161
},

0 commit comments

Comments
 (0)