ubuntu-font-family: free is a string, not var
This commit is contained in:
parent
d4092f153e
commit
6db0c4c51d
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
|||||||
contemporary style and contains characteristics unique to
|
contemporary style and contains characteristics unique to
|
||||||
the Ubuntu brand that convey a precise, reliable and free attitude.";
|
the Ubuntu brand that convey a precise, reliable and free attitude.";
|
||||||
homepage = http://font.ubuntu.com/;
|
homepage = http://font.ubuntu.com/;
|
||||||
license = free;
|
license = "free";
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = [ stdenv.lib.maintainers.antono ];
|
maintainers = [ stdenv.lib.maintainers.antono ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user