From 789ae5333bdbef2218301501739e58cc879ccbe0 Mon Sep 17 00:00:00 2001
From: Pascal Wittmann <mail@pascal-wittmann.de>
Date: Sat, 15 Aug 2015 12:36:33 +0200
Subject: [PATCH] logkeys: move from googlecode to github

---
 pkgs/tools/security/logkeys/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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