From 0debcfeb5554a24485bdab5f1044a35363c054ce Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Mon, 7 Jun 2021 23:37:58 -0700 Subject: [PATCH] unison: fix license, description, package name, http->https --- srcpkgs/unison/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/unison/template b/srcpkgs/unison/template index c3cb8e454c8..3d86606a7d7 100644 --- a/srcpkgs/unison/template +++ b/srcpkgs/unison/template @@ -1,12 +1,12 @@ # Template file for 'unison' -pkgname="unison" +pkgname=unison version=2.51.3 -revision=1 +revision=2 hostmakedepends="ocaml" -short_desc="A file-synchronization tool" +short_desc="File-synchronization tool" maintainer="allan " -license="GPL-3" -homepage="http://www.cis.upenn.edu/~bcpierce/unison/" +license="GPL-3.0-or-later" +homepage="https://www.cis.upenn.edu/~bcpierce/unison/" distfiles="https://github.com/bcpierce00/unison/archive/v${version}.tar.gz" checksum=0c287d17f52729440b2bdc28edf4d19b2d5ea5869983d78e780d501c5866914b nocross="OCaml does not cross compile"