paperkey: use HTTPS
This commit is contained in:
parent
ad31729226
commit
43a65d7b7a
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||||||
version = "1.6";
|
version = "1.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.jabberwocky.com/software/paperkey/${name}.tar.gz";
|
url = "https://www.jabberwocky.com/software/paperkey/${name}.tar.gz";
|
||||||
sha256 = "1xq5gni6gksjkd5avg0zpd73vsr97appksfx0gx2m38s4w9zsid2";
|
sha256 = "1xq5gni6gksjkd5avg0zpd73vsr97appksfx0gx2m38s4w9zsid2";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
retention qualities - far longer than the magnetic or optical means that
|
retention qualities - far longer than the magnetic or optical means that
|
||||||
are generally used to back up computer data.
|
are generally used to back up computer data.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.jabberwocky.com/software/paperkey/;
|
homepage = "https://www.jabberwocky.com/software/paperkey/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ skeidel ];
|
maintainers = with maintainers; [ skeidel ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user