debcargo: fix maintainer directive"

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2021-02-01 11:02:55 +01:00
parent d690d14568
commit dceecb0bbf
1 changed files with 1 additions and 3 deletions

View File

@ -2,13 +2,11 @@ overlay = "."
crate_src_path = ".." crate_src_path = ".."
whitelist = ["tests/*.c"] whitelist = ["tests/*.c"]
# needed for pinutils alpha maintainer = "Proxmox Support Team <support@proxmox.com>"
allow_prerelease_deps = true
[source] [source]
vcs_git = "git://git.proxmox.com/git/proxmox-backup.git" vcs_git = "git://git.proxmox.com/git/proxmox-backup.git"
vcs_browser = "https://git.proxmox.com/?p=proxmox-backup.git;a=summary" vcs_browser = "https://git.proxmox.com/?p=proxmox-backup.git;a=summary"
maintainer = "Proxmox Support Team <support@proxmox.com>"
section = "admin" section = "admin"
build_depends = [ build_depends = [
"bash-completion", "bash-completion",