summaryrefslogtreecommitdiffstats
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 9eb3e1123421..1ca8ec045d61 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];
};
}
-