Improved meta section for ubuntu-font-family
This commit is contained in:
parent
76021a76cb
commit
48eeb312c5
@ -16,6 +16,14 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user