From 31f1b7fd5725fedda28103d48f59c1d998335e15 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 23 Mar 2024 22:24:29 +0100 Subject: [PATCH] firefox: specify specific agpl3 version --- modules/graphical/firefox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical/firefox/default.nix b/modules/graphical/firefox/default.nix index 2218a80d..48c89a0c 100644 --- a/modules/graphical/firefox/default.nix +++ b/modules/graphical/firefox/default.nix @@ -32,7 +32,7 @@ let meta = with lib; { homepage = "https://www.zotero.org"; description = "Save references to Zotero from your web browser"; - license = licenses.agpl3; + license = licenses.agpl3Plus; platforms = platforms.all; }; };