xclip: fixed broken homepage link
This commit is contained in:
parent
35fe93797e
commit
f3fd2bf9b2
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Tool to access the X clipboard from a console application";
|
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;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue