Improved meta section for ubuntu-font-family

This commit is contained in:
Antono Vasiljev 2012-06-23 02:23:02 +03:00
parent 76021a76cb
commit 48eeb312c5

View File

@ -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 ];
};
}