summary refs log tree commit diff
path: root/pkgs/applications/misc/stardict/stardict.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/stardict/stardict.nix')
-rw-r--r--pkgs/applications/misc/stardict/stardict.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/misc/stardict/stardict.nix b/pkgs/applications/misc/stardict/stardict.nix
index 9eb3e112342..1ca8ec045d6 100644
--- a/pkgs/applications/misc/stardict/stardict.nix
+++ b/pkgs/applications/misc/stardict/stardict.nix
@@ -39,8 +39,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "stardict";
     homepage = "A international dictionary supporting fuzzy and glob style matching";
-    license = "LGPL3";
+    license = stdenv.lib.licenses.lgpl3;
     maintainers = with stdenv.lib.maintainers; [qknight];
   };
 }
-