summary refs log tree commit diff
path: root/pkgs/development/misc/avr8-burn-omat/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/misc/avr8-burn-omat/default.nix')
-rw-r--r--pkgs/development/misc/avr8-burn-omat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/misc/avr8-burn-omat/default.nix b/pkgs/development/misc/avr8-burn-omat/default.nix
index 1f504ac280e..0a9d666f8b7 100644
--- a/pkgs/development/misc/avr8-burn-omat/default.nix
+++ b/pkgs/development/misc/avr8-burn-omat/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
   meta = with lib; {
     description = "GUI tool for avrdude";
     homepage = "http://avr8-burn-o-mat.aaabbb.de/avr8_burn_o_mat_avrdude_gui_en.html";
-    license = stdenv.lib.licenses.gpl3;
+    license = lib.licenses.gpl3;
     platforms = platforms.all;
   };
 }