You've already forked gotosocial_aur
32 lines
571 B
TOML
32 lines
571 B
TOML
version = 1
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"PKGBUILD",
|
|
"README.md",
|
|
"keys/**",
|
|
".SRCINFO",
|
|
".nvchecker.toml",
|
|
"*.install",
|
|
"*.sysusers",
|
|
"*.tmpfiles",
|
|
"*.logrotate",
|
|
"*.pam",
|
|
"*.service",
|
|
"*.socket",
|
|
"*.timer",
|
|
"*.desktop",
|
|
"*.hook",
|
|
"sysusers.conf",
|
|
"tmpfiles.conf",
|
|
]
|
|
SPDX-FileCopyrightText = "Arch Linux contributors"
|
|
SPDX-License-Identifier = "0BSD"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"use-fhs-directories.patch",
|
|
]
|
|
SPDX-FileCopyrightText = "gotosocial contributors"
|
|
SPDX-License-Identifier = "AGPL-3.0-only"
|