Minor typo
This commit is contained in:
parent
b8aa03f35b
commit
c495bf2e2c
1 changed files with 2 additions and 2 deletions
|
@ -32,10 +32,10 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = " Tall, condensed, bitmap font for geeks";
|
description = "Tall, condensed, bitmap font for geeks";
|
||||||
homepage = https://github.com/NerdyPepper/scientifica;
|
homepage = https://github.com/NerdyPepper/scientifica;
|
||||||
license = lib.licences.ofl;
|
license = lib.licences.ofl;
|
||||||
maintainers = [ maintainers.jpotir ];
|
maintainers = [ maintainers.jpotier ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue