From 70cd3acd03a04e3dc0d37209c39839b007bf2aaf Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Mon, 9 Jan 2023 16:26:43 +0100 Subject: [PATCH] strace: orphan --- srcpkgs/strace/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template index 81e4ed246a1..af2d68b9b33 100644 --- a/srcpkgs/strace/template +++ b/srcpkgs/strace/template @@ -6,7 +6,7 @@ build_style=gnu-configure configure_args="--enable-silent-rules $(vopt_with libunwind)" makedepends="$(vopt_if libunwind libunwind-devel)" short_desc="System Call Tracer" -maintainer="Anthony Iliopoulos " +maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://strace.io/" changelog="https://raw.githubusercontent.com/strace/strace/master/NEWS"