diff options
Diffstat (limited to 'testing/openssh-askpass/APKBUILD')
-rw-r--r-- | testing/openssh-askpass/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openssh-askpass/APKBUILD b/testing/openssh-askpass/APKBUILD index 76109697ce0..7ce2373a43d 100644 --- a/testing/openssh-askpass/APKBUILD +++ b/testing/openssh-askpass/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="A passphrase dialog for OpenSSH and GTK" url="http://www.openssh.org/portable.html" arch="all" -license="as-is" +license="AS-IS" depends="openssh-client" options="!check" makedepends="gtk+2.0-dev" |