Commit 0755b8eb authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.omemo-dr: specify license

parent e532bafd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ buildPythonPackage rec {
    description = "OMEMO Double Ratchet";
    homepage = "https://dev.gajim.org/gajim/omemo-dr/";
    changelog = "https://dev.gajim.org/gajim/omemo-dr/-/blob/v${version}/CHANGELOG.md";
    license = licenses.lgpl3;
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ ];
  };
}