diff options
| -rw-r--r-- | coreutils-uutils/.SRCINFO | 1 | ||||
| -rw-r--r-- | coreutils-uutils/PKGBUILD | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/coreutils-uutils/.SRCINFO b/coreutils-uutils/.SRCINFO index 474db11..60b4eb6 100644 --- a/coreutils-uutils/.SRCINFO +++ b/coreutils-uutils/.SRCINFO @@ -4,7 +4,6 @@ pkgbase = coreutils-uutils pkgrel = 3 url = https://github.com/uutils/coreutils arch = x86_64 - license = GPL3 license = MIT makedepends = cargo makedepends = clang diff --git a/coreutils-uutils/PKGBUILD b/coreutils-uutils/PKGBUILD index c68c9fc..bad4287 100644 --- a/coreutils-uutils/PKGBUILD +++ b/coreutils-uutils/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=3 pkgdesc='(warning: use at own risk) Cross-platform Rust rewrite of the GNU coreutils installed as system core utilities.' arch=('x86_64') -license=('GPL3' 'MIT') +license=('MIT') url='https://github.com/uutils/coreutils' conflicts=( coreutils |
