mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gosh: fix license
This commit is contained in:
parent
211c59a6d1
commit
e38a87e69d
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'gosh'
|
# Template file for 'gosh'
|
||||||
pkgname=gosh
|
pkgname=gosh
|
||||||
version=0.2.3
|
version=0.2.3
|
||||||
revision=12
|
revision=13
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/mkouhei/gosh"
|
go_import_path="github.com/mkouhei/gosh"
|
||||||
short_desc="Interactive shell for Golang"
|
short_desc="Interactive shell for Golang"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/mkouhei/gosh"
|
homepage="https://github.com/mkouhei/gosh"
|
||||||
distfiles="https://github.com/mkouhei/gosh/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mkouhei/gosh/archive/v${version}.tar.gz"
|
||||||
checksum=0b601b467a57d809134a13c8e52c4986eb328931a4db3c237630cdcd9891a707
|
checksum=0b601b467a57d809134a13c8e52c4986eb328931a4db3c237630cdcd9891a707
|
||||||
|
|
Loading…
Add table
Reference in a new issue