Merge pull request #62600 from asymmetric/paperkey

paperkey: use HTTPS
This commit is contained in:
Jörg Thalheim 2019-06-03 13:18:06 +01:00 committed by GitHub
commit 96ec038aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];