about summary refs log tree commit diff
path: root/pkgs/data/fonts/ubuntu-font-family
diff options
context:
space:
mode:
authorAntono Vasiljev <self@antono.info>2012-06-23 02:23:02 +0300
committerAntono Vasiljev <self@antono.info>2012-06-23 02:23:02 +0300
commit48eeb312c56d896a3a8b58c4b72573d63f7f4973 (patch)
tree69fe8180eec71de3b027d801924d31737af8bb65 /pkgs/data/fonts/ubuntu-font-family
parent76021a76cb0fef19b0fae8d05401417c66c21c84 (diff)
downloadnixlib-48eeb312c56d896a3a8b58c4b72573d63f7f4973.tar
nixlib-48eeb312c56d896a3a8b58c4b72573d63f7f4973.tar.gz
nixlib-48eeb312c56d896a3a8b58c4b72573d63f7f4973.tar.bz2
nixlib-48eeb312c56d896a3a8b58c4b72573d63f7f4973.tar.lz
nixlib-48eeb312c56d896a3a8b58c4b72573d63f7f4973.tar.xz
nixlib-48eeb312c56d896a3a8b58c4b72573d63f7f4973.tar.zst
nixlib-48eeb312c56d896a3a8b58c4b72573d63f7f4973.zip
Improved meta section for ubuntu-font-family
Diffstat (limited to 'pkgs/data/fonts/ubuntu-font-family')
-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 ];
   };
 }