blob: c95866a9601e6a6134495523eb9be995b376f1f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# SPDX-FileCopyrightText: 2025 Stefan Majewsky <majewsky@gmx.net>
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-PackageName = "gg"
SPDX-PackageDownloadLocation = "https://git.xyrillian.de/go-gg"
[[annotations]]
path = [
".gitignore",
"description",
"go.mod",
"go.work",
"benchmark/go.mod",
"benchmark/go.sum",
"pgruntime/tool_template.sh",
]
SPDX-FileCopyrightText = "Stefan Majewsky <majewsky@gmx.net>"
SPDX-License-Identifier = "Apache-2.0"
|