about summary refs log tree commit diff
path: root/pkgs/data/fonts/ubuntu-font-family/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/data/fonts/ubuntu-font-family/default.nix')
-rw-r--r--pkgs/data/fonts/ubuntu-font-family/default.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/pkgs/data/fonts/ubuntu-font-family/default.nix b/pkgs/data/fonts/ubuntu-font-family/default.nix
index ad798b84eb9c..81222938ad3b 100644
--- a/pkgs/data/fonts/ubuntu-font-family/default.nix
+++ b/pkgs/data/fonts/ubuntu-font-family/default.nix
@@ -16,6 +16,14 @@ stdenv.mkDerivation rec {
     '';
 
   meta = {
-    description = "The Ubuntu typeface has been specially created to complement the Ubuntu tone of voice. It has a contemporary style and contains characteristics unique to the Ubuntu brand that convey a precise, reliable and free attitude.";
+    description = "Ubuntu Font Family";
+    longDescription = "The Ubuntu typeface has been specially
+    created to complement the Ubuntu tone of voice. It has a
+    contemporary style and contains characteristics unique to
+    the Ubuntu brand that convey a precise, reliable and free attitude.";
+    homepage = http://font.ubuntu.com/;
+    license = free;
+    platforms = stdenv.lib.platforms.all;
+    maintainers = [ stdenv.lib.maintainers.antono ];
   };
 }