mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
webcat: fix license, template layout
GPL-3.0-only is a best safe guess based on the license in the template already. Github nor the source declare a license, but the maintainer is the author so I'm assuming they know what they are doing.
This commit is contained in:
parent
d278888c33
commit
9849df29c8
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'webcat'
|
||||
pkgname=webcat
|
||||
version=1.0
|
||||
revision=15
|
||||
go_import_path="github.com/thypon/webcat"
|
||||
revision=16
|
||||
build_style=go
|
||||
go_import_path="github.com/thypon/webcat"
|
||||
hostmakedepends="git"
|
||||
short_desc="WebSocket Netcat"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/thypon/webcat"
|
||||
distfiles="https://github.com/thypon/webcat/archive/v${version}.tar.gz"
|
||||
checksum=5b3be1cb8deb08f144d674a0bf23f97a692ebb601666d3a38df6e80b2e68d0b7
|
||||
|
|
Loading…
Add table
Reference in a new issue