olm: fix homepage link
This commit is contained in:
parent
745245a62a
commit
4eb9c8cae5
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Implements double cryptographic ratchet and Megolm ratchet";
|
description = "Implements double cryptographic ratchet and Megolm ratchet";
|
||||||
license = stdenv.lib.licenses.asl20;
|
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;
|
platforms = with stdenv.lib.platforms; darwin ++ linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user