sequoia: fix license

This commit is contained in:
Fabian Affolter
2021-08-31 16:37:03 +00:00
committed by Alyssa Ross
parent b9f6f7b1d3
commit 5f62c582a4
+1 -1
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 ];
};
}