Minor typo

This commit is contained in:
eeva 2018-04-20 21:33:53 +03:00
parent b8aa03f35b
commit c495bf2e2c

View File

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