From 0aa12c7c5987cbc690180d59d5fe23d982f849fe Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 20 Aug 2025 18:03:45 +0200 Subject: [PATCH] hexer: fix licenses. --- srcpkgs/hexer/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/hexer/template b/srcpkgs/hexer/template index 8d326d77314..b6c3a445bea 100644 --- a/srcpkgs/hexer/template +++ b/srcpkgs/hexer/template @@ -14,5 +14,6 @@ distfiles="https://devel.ringlet.net/files/editors/hexer/hexer-${version}.tar.xz checksum=2d6bb5583f0b1a1a9825b0de1e836482f07af44484c2d73c5ad9472bdfa2fba1 post_install() { - vlicense COPYRIGHT + vlicense LICENSES/BSD-2-Clause.txt + vlicense LICENSES/BSD-3-Clause.txt }