From 5cfe844bd65b553c224d0b9e188b44c5da949252 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Thu, 17 Aug 2017 14:55:43 -0700 Subject: [PATCH] passwordstore: use https for homepage --- pkgs/tools/security/pass/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/pass/default.nix b/pkgs/tools/security/pass/default.nix index 331a75495ed..24922db2e77 100644 --- a/pkgs/tools/security/pass/default.nix +++ b/pkgs/tools/security/pass/default.nix @@ -84,7 +84,7 @@ in stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Stores, retrieves, generates, and synchronizes passwords securely"; - homepage = http://www.passwordstore.org/; + homepage = https://www.passwordstore.org/; license = licenses.gpl2Plus; maintainers = with maintainers; [ lovek323 the-kenny fpletz ]; platforms = platforms.unix;