key-mon: fix download and homepage URLs
This commit is contained in:
parent
4b960e2ce2
commit
7c17925aae
@ -6,7 +6,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://key-mon.googlecode.com/files/${name}.tar.gz";
|
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/key-mon/${name}.tar.gz";
|
||||||
sha256 = "1liz0dxcqmchbnl1xhlxkqm3gh76wz9jxdxn9pa7dy77fnrjkl5q";
|
sha256 = "1liz0dxcqmchbnl1xhlxkqm3gh76wz9jxdxn9pa7dy77fnrjkl5q";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://code.google.com/p/key-mon;
|
homepage = https://code.google.com/archive/p/key-mon;
|
||||||
description = "Utility to show live keyboard and mouse status for teaching and screencasts";
|
description = "Utility to show live keyboard and mouse status for teaching and screencasts";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.goibhniu ];
|
maintainers = [ maintainers.goibhniu ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user