summary refs log tree commit diff
path: root/pkgs/development/mobile/flashtool/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/mobile/flashtool/default.nix')
-rw-r--r--pkgs/development/mobile/flashtool/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/mobile/flashtool/default.nix b/pkgs/development/mobile/flashtool/default.nix
index 060c1a5bdb9d..92b8c9a18456 100644
--- a/pkgs/development/mobile/flashtool/default.nix
+++ b/pkgs/development/mobile/flashtool/default.nix
@@ -56,8 +56,7 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = "http://www.flashtool.net/";
     description = "S1 flashing software for Sony phones from X10 to Xperia Z Ultra";
-    license = stdenv.lib.license.unfreeRedistributableFirmware;
-
+    license = stdenv.lib.licenses.unfreeRedistributableFirmware;
     platforms = stdenv.lib.platforms.linux;
     hydraPlatforms = stdenv.lib.platforms.none;
     maintainers = [ stdenv.lib.maintainers.simons ];