Unverified Commit bec2901d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.omemo-dr: update meta

parent 69cfd52e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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; [ ];
  };
}