pass: update homepage url

This commit is contained in:
davidak 2016-01-01 20:19:11 +01:00
parent f50aca5157
commit fc45d98c31

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Stores, retrieves, generates, and synchronizes passwords securely";
homepage = http://zx2c4.com/projects/password-store/;
homepage = http://www.passwordstore.org/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ lovek323 the-kenny ];
platforms = platforms.unix;