From bac23d2b6a649ce1f56ccffa75c4ad07c1beace4 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 20 Jul 2023 12:38:17 +0200 Subject: [PATCH] httpstat: orphan --- srcpkgs/httpstat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/httpstat/template b/srcpkgs/httpstat/template index 4f9327da82e..ecc76c972c4 100644 --- a/srcpkgs/httpstat/template +++ b/srcpkgs/httpstat/template @@ -6,7 +6,7 @@ build_style=go go_ldflags="-X=main.version=$version" go_import_path="github.com/davecheney/httpstat" short_desc="It's like curl -v, with colours" -maintainer="Michal Vasilek " +maintainer="Orphaned " license="MIT" homepage="https://github.com/davecheney/httpstat" distfiles="https://github.com/davecheney/httpstat/archive/v${version}.tar.gz"