olm: fix homepage link
This commit is contained in:
parent
745245a62a
commit
4eb9c8cae5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
description = "Implements double cryptographic ratchet and Megolm ratchet";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
homepage = "https://matrix.org/git/olm/about";
|
||||
homepage = "https://gitlab.matrix.org/matrix-org/olm";
|
||||
platforms = with stdenv.lib.platforms; darwin ++ linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue