Superfluous lib
This commit is contained in:
parent
d13e0ae5b5
commit
0456af4829
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ 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 = licences.ofl;
|
||||||
maintainers = [ maintainers.jpotier ];
|
maintainers = [ maintainers.jpotier ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue