logkeys: move from googlecode to github

This commit is contained in:
Pascal Wittmann 2015-08-15 12:36:33 +02:00
parent a1d4e7ff70
commit 789ae5333b

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "5ef6b0dcb9e3"; version = "5ef6b0dcb9e3";
src = fetchgit { src = fetchgit {
url = "https://code.google.com/p/logkeys/"; url = https://github.com/kernc/logkeys;
rev = "5ef6b0dcb9e38e6137ad1579d624ec12107c56c3"; rev = "5ef6b0dcb9e38e6137ad1579d624ec12107c56c3";
sha256 = "02p0l92l0fq069g31ks6xbqavzxa9njj9460vw2jsa7livcn2z9d"; sha256 = "02p0l92l0fq069g31ks6xbqavzxa9njj9460vw2jsa7livcn2z9d";
}; };
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A GNU/Linux keylogger that works!"; description = "A GNU/Linux keylogger that works!";
license = licenses.gpl3; license = licenses.gpl3;
homepage = http://code.google.com/p/logkeys/; homepage = https://github.com/kernc/logkeys;
maintainers = with maintainers; [offline]; maintainers = with maintainers; [offline];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };