xlsfonts, xfontsel: fix meta typo
This commit is contained in:
parent
229e5c41df
commit
cb8f8bdbff
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.x.org/;
|
homepage = http://www.x.org/;
|
||||||
description = "Allows testing the fonts available in an X server";
|
description = "Allows testing the fonts available in an X server";
|
||||||
licesnse = "free";
|
license = "free";
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.x.org/;
|
homepage = http://www.x.org/;
|
||||||
description = "Lists the fonts available in the X server";
|
description = "Lists the fonts available in the X server";
|
||||||
licesnse = "free";
|
license = "free";
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user