Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 606306e0eaac
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0a99c65648c4
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 3, 2019

  1. paperkey: use HTTPS

    (cherry picked from commit 43a65d7)
    asymmetric authored and Mic92 committed Jun 3, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    sxzz Kevin Deng 三咲智子
    Copy the full SHA
    0a99c65 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/security/paperkey/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/security/paperkey/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];