diff options
author | Daniel Milewski <niitotantei@riseup.net> | 2015-01-29 21:22:08 +0100 |
---|---|---|
committer | Daniel Milewski <niitotantei@riseup.net> | 2015-01-29 21:22:08 +0100 |
commit | 6587490363bbb343b8bb771ca5f40d1d4a51d132 (patch) | |
tree | 2aeeaf8d4df3735cf3da68640ea884725b82341c /pcr | |
parent | 9109fbad5ccb3416f621957bd894180696d83c4f (diff) |
smartypants: fix the license declaration
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/smartypants/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/smartypants/PKGBUILD b/pcr/smartypants/PKGBUILD index 5f7f42d6d..c803986e8 100644 --- a/pcr/smartypants/PKGBUILD +++ b/pcr/smartypants/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc='Smart punctuation for web sites' arch=(any) url=http://daringfireball.net/projects/smartypants/ -license=(BSD) +license=(BSD3) depends=(perl) makedepends=(unzip) source=(http://daringfireball.net/projects/downloads/SmartyPants_$pkgver.zip) |