mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
logkeys: move from googlecode to github
This commit is contained in:
parent
a1d4e7ff70
commit
789ae5333b
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user