sequoia: fix license

This commit is contained in:
Fabian Affolter 2021-08-31 17:10:47 +02:00 committed by Alyssa Ross
parent b9f6f7b1d3
commit 5f62c582a4

View file

@ -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 ];
};
}