diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2016-07-07 22:34:53 (GMT) |
---|---|---|
committer | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2016-07-07 22:45:18 (GMT) |
commit | 6540030033405c8f590dfb279890076f727a91c4 (patch) | |
tree | 614267235d8cb712b54f9d71d3b6a40271d15601 /lib | |
parent | 91cce757f521b99fe9bb558d80e76c9419eec6a1 (diff) | |
download | lz4-6540030033405c8f590dfb279890076f727a91c4.zip lz4-6540030033405c8f590dfb279890076f727a91c4.tar.gz lz4-6540030033405c8f590dfb279890076f727a91c4.tar.bz2 |
Use correct 'repository' hostname
Diffstat (limited to 'lib')
-rw-r--r-- | lib/liblz4.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/liblz4.pc.in b/lib/liblz4.pc.in index d9393c7..1b29879 100644 --- a/lib/liblz4.pc.in +++ b/lib/liblz4.pc.in @@ -8,7 +8,7 @@ includedir=@INCLUDEDIR@ Name: lz4 Description: fast lossless compression algorithm library -URL: http://lz4.org/ +URL: http://www.lz4.org/ Version: @VERSION@ Libs: -L@LIBDIR@ -llz4 Cflags: -I@INCLUDEDIR@ |