summary refs log tree commit diff
path: root/pkgs/tools/misc/tensorman/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/tensorman/default.nix')
-rw-r--r--pkgs/tools/misc/tensorman/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/tensorman/default.nix b/pkgs/tools/misc/tensorman/default.nix
index 835409be657..a9afcfd4091 100644
--- a/pkgs/tools/misc/tensorman/default.nix
+++ b/pkgs/tools/misc/tensorman/default.nix
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     description = "Utility for easy management of Tensorflow containers";
     homepage = "https://github.com/pop-os/tensorman/";
-    license = stdenv.lib.licenses.gpl3;
+    license = lib.licenses.gpl3;
     platforms =  [ "x86_64-linux" ];
     maintainers = with maintainers; [ thefenriswolf ];
   };