summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorLorenzo Manacorda <lorenzo@mailbox.org>2019-06-03 12:51:25 +0200
committerLorenzo Manacorda <lorenzo@mailbox.org>2019-06-03 13:51:02 +0200
commit43a65d7b7af2e988d4c2bb07e1a9d5a8f5ed7ebb (patch)
tree3af9535958486ebf4ca149e2922d8f4676693329 /pkgs/tools/security
parentad3172922613f1dd0c16f0d0f67482955dbf916f (diff)
paperkey: use HTTPS
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/paperkey/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/paperkey/default.nix b/pkgs/tools/security/paperkey/default.nix
index 03af1b8a101a..d7d1f1c40d47 100644
--- a/pkgs/tools/security/paperkey/default.nix
+++ b/pkgs/tools/security/paperkey/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.6";
src = fetchurl {
- url = "http://www.jabberwocky.com/software/paperkey/${name}.tar.gz";
+ url = "https://www.jabberwocky.com/software/paperkey/${name}.tar.gz";
sha256 = "1xq5gni6gksjkd5avg0zpd73vsr97appksfx0gx2m38s4w9zsid2";
};
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
retention qualities - far longer than the magnetic or optical means that
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;
platforms = platforms.unix;
maintainers = with maintainers; [ skeidel ];