From fcabdb9028296841c97727a3fb07b94d79ca26a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 1 Feb 2021 11:21:51 +0100 Subject: [PATCH] debcargo: fix maintainer directive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- debian/debcargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debcargo.toml b/debian/debcargo.toml index 4ac0cfb..703440f 100644 --- a/debian/debcargo.toml +++ b/debian/debcargo.toml @@ -1,8 +1,8 @@ overlay = "." crate_src_path = ".." +maintainer = "Proxmox Support Team " [source] # TODO: update once public vcs_git = "" vcs_browser = "" -maintainer = "Proxmox Support Team "