diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-17 11:52:24 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-17 11:52:24 +0000 |
commit | 73b49d5c6083c9c71cf0ec9195cf2793e556c22c (patch) | |
tree | 6bce6106ecef71e48d35756f6ed55ef558d19504 /testing/redshift/APKBUILD | |
parent | d7ea9093bc73c1730aa794c8e81763a37a51921a (diff) | |
download | aports-73b49d5c6083c9c71cf0ec9195cf2793e556c22c.tar.bz2 aports-73b49d5c6083c9c71cf0ec9195cf2793e556c22c.tar.xz |
testing/redshift: fixed typo
Diffstat (limited to 'testing/redshift/APKBUILD')
-rw-r--r-- | testing/redshift/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/redshift/APKBUILD b/testing/redshift/APKBUILD index bbd97853f1..3cd205e850 100644 --- a/testing/redshift/APKBUILD +++ b/testing/redshift/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 pkgdesc="Adjusts the color temperature of your screen according to your surroundings" url="http://jonls.dk/redshift/" arch="all" -license="GLP3" +license="GPL3" depends="" depends_dev="libxcb-dev libxxf86vm-dev libdrm-dev" makedepends="$depends_dev intltool" |