From 48eeb312c56d896a3a8b58c4b72573d63f7f4973 Mon Sep 17 00:00:00 2001 From: Antono Vasiljev Date: Sat, 23 Jun 2012 02:23:02 +0300 Subject: Improved meta section for ubuntu-font-family --- pkgs/data/fonts/ubuntu-font-family/default.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'pkgs/data/fonts/ubuntu-font-family') 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 ]; }; } -- cgit 1.4.1