Skip to content

Commit

Permalink
minor fix url in pkgconfig
Browse files Browse the repository at this point in the history
since https doesn't work anymore ...
  • Loading branch information
Cyan4973 committed Aug 13, 2020
1 parent b2a1eba commit 7e1e4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libxxhash.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ libdir=${exec_prefix}/@LIBDIR@

Name: xxhash
Description: extremely fast hash algorithm
URL: https://www.xxhash.com/
URL: http://www.xxhash.com/
Version: @VERSION@
Libs: -L${libdir} -lxxhash
Cflags: -I${includedir}

0 comments on commit 7e1e4a7

Please sign in to comment.