passwordstore: use https for homepage

This commit is contained in:
Matthew Bauer 2017-08-17 14:55:43 -07:00
parent 99c868c010
commit 5cfe844bd6

View file

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