python311Packages.omemo-dr: specify license
This commit is contained in:
parent
e532bafdf9
commit
0755b8eb84
1 changed files with 1 additions and 1 deletions
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue