File tree 1 file changed +3
-3
lines changed
pkgs/development/libraries/libstroke
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ stdenv.mkDerivation {
4
4
name = "libstroke-0.5.1" ;
5
5
6
6
src = fetchurl {
7
- url = http://etla.net/libstroke/libstroke-0.5.1.tar.gz ;
8
- sha256 = "0da9f5fde66feaf6697ba069baced8fb3772c3ddc609f39861f92788f5c7772d " ;
7
+ url = https://web.archive.org/web/20161204100704/ http://etla.net/libstroke/libstroke-0.5.1.tar.gz;
8
+ sha256 = "0bbpqzsqh9zrc6cg62f6vp1p4dzvv37blsd0gdlzdskgwvyzba8d " ;
9
9
} ;
10
10
11
11
buildInputs = [ automake autoconf x11 ] ;
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
20
20
21
21
meta = {
22
22
description = "Libstroke, a library for simple gesture recognition" ;
23
- homepage = http://etla.net/libstroke/ ;
23
+ homepage = https://web.archive.org/web/20161204100704/ http://etla.net/libstroke/;
24
24
license = stdenv . lib . licenses . gpl2 ;
25
25
26
26
longDescription =
You can’t perform that action at this time.
0 commit comments