xchainkeys: fix source and homepage url

This commit is contained in:
Franz Pletz 2017-01-26 03:44:50 +01:00
parent e2b14abbe0
commit e02b96590d
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -4,14 +4,14 @@ stdenv.mkDerivation rec {
name = "xchainkeys-0.11";
src = fetchurl {
url = "https://xchainkeys.googlecode.com/files/${name}.tar.gz";
url = "http://henning-bekel.de/download/xchainkeys/${name}.tar.gz";
sha256 = "1rpqs7h5krral08vqxwb0imy33z17v5llvrg5hy8hkl2ap7ya0mn";
};
buildInputs = [ libX11 ];
meta = {
homepage = "https://code.google.com/p/xchainkeys/";
homepage = "http://henning-bekel.de/xchainkeys/";
description = "A standalone X11 program to create chained key bindings";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.unix;