diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-30 18:02:48 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-30 18:02:48 +0100 |
commit | fea9ba466cd86ed7ce026b062cf879ceb7c64ed7 (patch) | |
tree | 468e2972afd1f3dd13c7dc1a26fb682023e3339d | |
parent | 2f75bf36226a57e602521e941c532c9a9327764b (diff) | |
download | aports-fea9ba466cd86ed7ce026b062cf879ceb7c64ed7.tar.bz2 aports-fea9ba466cd86ed7ce026b062cf879ceb7c64ed7.tar.xz |
testing/eatmemory: fix license
https://github.com/julman99/eatmemory/commits/master/LICENSE
-rw-r--r-- | testing/eatmemory/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/eatmemory/APKBUILD b/testing/eatmemory/APKBUILD index c1c96684cf..ca6316e9cc 100644 --- a/testing/eatmemory/APKBUILD +++ b/testing/eatmemory/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=eatmemory pkgver=0.1.6 -pkgrel=0 +pkgrel=1 pkgdesc="Simple C program to allocate memory from the command line" url="https://github.com/julman99/eatmemory" arch="all" -license="Custom" +license="MIT" source="$pkgname-$pkgver.tar.gz::https://github.com/julman99/eatmemory/archive/v$pkgver.tar.gz makefile.patch " |