From 9826023f224a6f6c1e54cd28ac53f5e8dc501ba2 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sat, 13 Oct 2018 10:25:39 -0600 Subject: [PATCH] update goreleaser --- goreleaser.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/goreleaser.yml b/goreleaser.yml index 67604e69..5d2d5eae 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -20,30 +20,11 @@ build: - arm64 goarm: - 7 -snapcraft: - name: croc - summary: A simple, secure, and fast way to transfer data. - description: This allows you to transfer data between two computers as though they were on LAN. - grade: stable - confinement: strict - replacements: - amd64: 64bit - 386: 32bit - arm: ARM - arm64: ARM64 - darwin: macOS - linux: Linux - windows: Windows - openbsd: OpenBSD - netbsd: NetBSD - freebsd: FreeBSD - dragonfly: DragonFlyBSD - nfpm: formats: - deb vendor: "schollz.com" - homepage: "https://github.com/schollz/croc" + homepage: "https://schollz.com/software/croc/" maintainer: "Zack Scholl " description: "A simple, secure, and fast way to transfer data." license: "MIT"