firefox: specify specific agpl3 version

This commit is contained in:
Charlotte Van Petegem 2024-03-23 22:24:29 +01:00
parent e4bdfe8d14
commit 31f1b7fd57
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -32,7 +32,7 @@ let
meta = with lib; { meta = with lib; {
homepage = "https://www.zotero.org"; homepage = "https://www.zotero.org";
description = "Save references to Zotero from your web browser"; description = "Save references to Zotero from your web browser";
license = licenses.agpl3; license = licenses.agpl3Plus;
platforms = platforms.all; platforms = platforms.all;
}; };
}; };