about summary refs log tree commit diff
path: root/pkgs/by-name/to
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-01 00:10:33 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-01 00:10:33 +0200
commit62bc9629d3efe119a37e7a07e3132218ed152d61 (patch)
treeeec98b0cd6b4a5c96bdb495a90b941c3271cb01c /pkgs/by-name/to
parent636d8e09e56d13dce8525cfd2e0900b42309dc92 (diff)
toxic: fix license
Diffstat (limited to 'pkgs/by-name/to')
-rw-r--r--pkgs/by-name/to/toxic/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/to/toxic/package.nix b/pkgs/by-name/to/toxic/package.nix
index e33505d7373b2..d697420bf32ef 100644
--- a/pkgs/by-name/to/toxic/package.nix
+++ b/pkgs/by-name/to/toxic/package.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     description = "Reference CLI for Tox";
     mainProgram = "toxic";
     homepage = "https://github.com/TokTok/toxic";
-    license = lib.licenses.gpl3Plus;
+    license = lib.licenses.gpl3Only;
     maintainers = with lib.maintainers; [ ehmry ];
     platforms = lib.platforms.linux;
   };