summary refs log tree commit diff
path: root/pkgs/applications/misc/eaglemode/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/eaglemode/default.nix')
-rw-r--r--pkgs/applications/misc/eaglemode/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/eaglemode/default.nix b/pkgs/applications/misc/eaglemode/default.nix
index 47535ab6b90..4324a33d238 100644
--- a/pkgs/applications/misc/eaglemode/default.nix
+++ b/pkgs/applications/misc/eaglemode/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     homepage = "http://eaglemode.sourceforge.net";
     description = "Zoomable User Interface";
-    license = with licenses; gpl3;
+    license = licenses.gpl3;
     maintainers = with maintainers; [ viric ];
     platforms = with platforms; linux;
   };