Superfluous lib

This commit is contained in:
EEva (JPotier) 2019-11-15 17:53:52 +02:00
parent d13e0ae5b5
commit 0456af4829
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Tall, condensed, bitmap font for geeks";
homepage = https://github.com/NerdyPepper/scientifica;
license = lib.licences.ofl;
license = licences.ofl;
maintainers = [ maintainers.jpotier ];
platforms = platforms.unix;
};