add AUTHORS

This commit is contained in:
2025-05-07 20:43:25 +03:00
parent 080c9f42ff
commit 1ebd1aaf92
124 changed files with 194 additions and 192 deletions

View File

@@ -1,8 +1,8 @@
// This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan.
// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов.
// It has been modified as part of "ALR - Any Linux Repository" by ALR Authors.
//
// ALR - Any Linux Repository
// Copyright (C) 2025 Евгений Храмов
// Copyright (C) 2025 ALR Authors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -59,7 +59,7 @@ var testPkg = db.Package{
}),
Maintainer: db.NewJSON(map[string]string{
"en": "Evgeniy Khramov <xpamych@yandex.ru>",
"ru": "Евгений Храмов <xpamych@yandex.ru>",
"ru": "ALR Authors <xpamych@yandex.ru>",
}),
Architectures: db.NewJSON([]string{"arm64", "amd64"}),
Licenses: db.NewJSON([]string{"GPL-3.0-or-later"}),