forked from mirrors/nixpkgs
sequoia: fix license
This commit is contained in:
parent
b9f6f7b1d3
commit
5f62c582a4
|
@ -102,7 +102,7 @@ rustPlatform.buildRustPackage rec {
|
|||
meta = with lib; {
|
||||
description = "A cool new OpenPGP implementation";
|
||||
homepage = "https://sequoia-pgp.org/";
|
||||
license = licenses.gpl3;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ minijackson doronbehar ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue