diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-16 20:27:48 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-16 20:27:48 +0200 |
commit | 2e4eccbb27d47ee73207ebdce78bdf873068efd4 (patch) | |
tree | 2542db67d7e14cd8610662166ae4eafe18042419 | |
parent | Add mongoclock (diff) | |
download | aur-packages-2e4eccbb27d47ee73207ebdce78bdf873068efd4.tar.gz aur-packages-2e4eccbb27d47ee73207ebdce78bdf873068efd4.tar.bz2 aur-packages-2e4eccbb27d47ee73207ebdce78bdf873068efd4.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | mongoclock/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mongoclock/PKGBUILD b/mongoclock/PKGBUILD index 1540803..c36ef1a 100644 --- a/mongoclock/PKGBUILD +++ b/mongoclock/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc='Just a humongous clock for the terminal' arch=(any) url='https://github.com/maandree/mongoclock' -license=('ISC') +license=('custom:ISC') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") sha256sums=(38a438cb3441681621c38eca2047e7504724fbb12da8ac6c60316aaeebc0f95f) |