summary refs log tree commit diff
path: root/pkgs/data/fonts/source-code-pro
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/data/fonts/source-code-pro')
-rw-r--r--pkgs/data/fonts/source-code-pro/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/fonts/source-code-pro/default.nix b/pkgs/data/fonts/source-code-pro/default.nix
index 8fde0c6ef03..dc5bcb5b9a7 100644
--- a/pkgs/data/fonts/source-code-pro/default.nix
+++ b/pkgs/data/fonts/source-code-pro/default.nix
@@ -37,6 +37,6 @@ rec {
     maintainers = with a.lib.maintainers; [ relrod ];
     platforms = with a.lib.platforms; all;
     homepage = "http://blog.typekit.com/2012/09/24/source-code-pro/";
-    license = "OFL";
+    license = a.lib.licenses.ofl;
   };
 }) x