about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2021-05-02 20:17:59 +0000
committerLuke Granger-Brown <git@lukegb.com>2021-05-02 20:18:01 +0000
commita494e0ce56bb476ecea69c85ccdf1f6a5ccc6a92 (patch)
tree9cddd7b4b6fc642dad6521d716784f4b923736ea /pkgs/data
parent6f55db13eb745068766ac34f843590d39701735e (diff)
tela-icon-theme: switch to gpl3Only
Since the license isn't documented anywhere other than COPYING, it must
be assumed that the intent was to license only under the included
license, without any extra clauses such as the "(at your option) any
later version" clause.
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/icons/tela-icon-theme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/icons/tela-icon-theme/default.nix b/pkgs/data/icons/tela-icon-theme/default.nix
index c3bed509ed997..557ea99b34f6e 100644
--- a/pkgs/data/icons/tela-icon-theme/default.nix
+++ b/pkgs/data/icons/tela-icon-theme/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A flat colorful Design icon theme";
     homepage = "https://github.com/vinceliuice/tela-icon-theme";
-    license = licenses.gpl3Plus;
+    license = licenses.gpl3Only;
     platforms = platforms.unix;
     maintainers = with maintainers; [ figsoda ];
   };