From 5bcc131a3593f3a78b199e4a3837c23791d6b689 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sun, 13 Nov 2011 22:04:39 -0500 Subject: [PATCH] build: Use shorter URL in pkg-config spec. --- build/ck.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ck.pc.in b/build/ck.pc.in index 8a34435..620f2c1 100644 --- a/build/ck.pc.in +++ b/build/ck.pc.in @@ -4,7 +4,7 @@ libdir=@LIBRARY@ Name: Concurrency Kit Description: Toolkit for well-specified design and implementation of concurrent systems -URL: http://www.concurrencykit.org/ +URL: http://concurrencykit.org/ Version: @VERSION@ Libs: -L${libdir} -lck Cflags: -D__@PROFILE@__ -I${includedir}