mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-05 16:47:20 -04:00
Correct license in PKGBUILD/APKBUILD
This commit is contained in:
@@ -11,7 +11,7 @@ pkgrel="$((revision-1))"
|
|||||||
pkgdesc='A simple, self-hosted, SSH-synchronized password/note manager for the CLI (based on libmutton)'
|
pkgdesc='A simple, self-hosted, SSH-synchronized password/note manager for the CLI (based on libmutton)'
|
||||||
arch='all'
|
arch='all'
|
||||||
url='https://github.com/rwinkhart/MUTN'
|
url='https://github.com/rwinkhart/MUTN'
|
||||||
license='MIT'
|
license='AGPL-3.0-only'
|
||||||
depends=''
|
depends=''
|
||||||
makedepends='busybox go'
|
makedepends='busybox go'
|
||||||
options='!check net'
|
options='!check net'
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ pkgrel="$revision"
|
|||||||
pkgdesc='A simple, self-hosted, SSH-synchronized password/note manager for the CLI (based on libmutton)'
|
pkgdesc='A simple, self-hosted, SSH-synchronized password/note manager for the CLI (based on libmutton)'
|
||||||
arch=('x86_64' 'i686' 'i486' 'pentium4' 'aarch64' 'armv7h' 'riscv64')
|
arch=('x86_64' 'i686' 'i486' 'pentium4' 'aarch64' 'armv7h' 'riscv64')
|
||||||
url='https://github.com/rwinkhart/MUTN'
|
url='https://github.com/rwinkhart/MUTN'
|
||||||
license=('MIT')
|
license=('AGPL-3.0-only')
|
||||||
depends=()
|
depends=()
|
||||||
makedepends=(go grep gzip)
|
makedepends=(go grep gzip)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
|
|||||||
Reference in New Issue
Block a user