passwordstore: use https for homepage
This commit is contained in:
parent
99c868c010
commit
5cfe844bd6
|
@ -84,7 +84,7 @@ in stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Stores, retrieves, generates, and synchronizes passwords securely";
|
description = "Stores, retrieves, generates, and synchronizes passwords securely";
|
||||||
homepage = http://www.passwordstore.org/;
|
homepage = https://www.passwordstore.org/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ lovek323 the-kenny fpletz ];
|
maintainers = with maintainers; [ lovek323 the-kenny fpletz ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
Loading…
Reference in New Issue