diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-21 03:40:24 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-21 03:40:24 -0200 |
commit | 74b722b0fbe745657ffc0a4712ae5544e6423854 (patch) | |
tree | c79f7ebf250beffef91a9d723b7db7d79617a84f | |
parent | d2f2433e0ee1478aec9e2a11d135f5c3f3d57cd7 (diff) | |
download | abslibre-74b722b0fbe745657ffc0a4712ae5544e6423854.tar.gz abslibre-74b722b0fbe745657ffc0a4712ae5544e6423854.tar.bz2 abslibre-74b722b0fbe745657ffc0a4712ae5544e6423854.zip |
paxctl: fixing description on url
-rw-r--r-- | kernels/paxctl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernels/paxctl/PKGBUILD b/kernels/paxctl/PKGBUILD index 34e07f8f5..4d1ac4968 100644 --- a/kernels/paxctl/PKGBUILD +++ b/kernels/paxctl/PKGBUILD @@ -4,7 +4,7 @@ pkgname='paxctl' pkgver='0.7' pkgrel=1 pkgdesc='Manages various PaX related program header flags for Elf32, Elf64, binaries' -url="http://pax.grsecurity.net" +url="http://pax.grsecurity.net/" arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=() |