From c6574c8664d39f6eede326d8348d21cbe1fd3f97 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Wed, 15 Sep 2021 23:30:56 +0800 Subject: [PATCH] khronos: clarify license --- pkgs/applications/office/khronos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/khronos/default.nix b/pkgs/applications/office/khronos/default.nix index b410171c02be..0238388d7eab 100644 --- a/pkgs/applications/office/khronos/default.nix +++ b/pkgs/applications/office/khronos/default.nix @@ -62,6 +62,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/lainsce/khronos"; maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; platforms = platforms.linux; - license = licenses.gpl3; + license = licenses.gpl3Plus; }; }