xclip: fixed broken homepage link

This commit is contained in:
Pascal Wittmann 2014-08-08 11:20:32 +02:00
parent 35fe93797e
commit f3fd2bf9b2

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Tool to access the X clipboard from a console application";
homepage = http://people.debian.org/~kims/xclip/;
homepage = http://sourceforge.net/projects/xclip/;
license = stdenv.lib.licenses.gpl2;
};
}