From a06072531e75717530ba298bd6376093a0fb835b Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 30 Aug 2018 17:37:11 -0300 Subject: [PATCH] licensechecker: adopt --- srcpkgs/licensechecker/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/licensechecker/template b/srcpkgs/licensechecker/template index 868857b8dfc..3632210d98c 100644 --- a/srcpkgs/licensechecker/template +++ b/srcpkgs/licensechecker/template @@ -4,10 +4,10 @@ version=1.3.1 revision=4 wrksrc="lc-${version}" build_style=go -go_import_path="github.com/boyter/lc" +go_import_path=github.com/boyter/lc hostmakedepends="git" short_desc="Identify software licenses used on a source tree" -maintainer="Orphaned " +maintainer="maxice8 " license="MIT" homepage="https://github.com/boyter/lc" distfiles="https://github.com/boyter/lc/archive/v${version}.tar.gz"