about summary refs log tree commit diff
path: root/pkgs/data/fonts/freefont-ttf/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/data/fonts/freefont-ttf/default.nix')
-rw-r--r--pkgs/data/fonts/freefont-ttf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/fonts/freefont-ttf/default.nix b/pkgs/data/fonts/freefont-ttf/default.nix
index 92f617888921..e1d9e1614f38 100644
--- a/pkgs/data/fonts/freefont-ttf/default.nix
+++ b/pkgs/data/fonts/freefont-ttf/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
     '';
 
     homepage = http://www.gnu.org/software/freefont/;
-    license = "GPLv3+";
+    license = stdenv.lib.licenses.gpl3Plus;
 
     platforms = stdenv.lib.platforms.all;
     maintainers = [ ];