python311Packages.omemo-dr: update meta

This commit is contained in:
Fabian Affolter
2023-11-10 10:08:58 +01:00
committed by GitHub
parent 69cfd52eb3
commit bec2901df1
@@ -14,9 +14,11 @@ buildPythonPackage rec {
protobuf
];
meta = {
meta = with lib; {
description = "OMEMO Double Ratchet";
license = lib.licenses.lgpl3;
homepage = "https://dev.gajim.org/gajim/omemo-dr/";
changelog = "https://dev.gajim.org/gajim/omemo-dr/-/blob/v${version}/CHANGELOG.md";
license = licenses.lgpl3;
maintainers = with maintainers; [ ];
};
}