libbsd, libtiger: fix meta evaluation

I suppose we'll one day transition to forced automatic checks of some
basic things before pushing/merging.
This commit is contained in:
Vladimír Čunát
2017-11-13 21:53:10 +01:00
parent e04339db80
commit f80a55ca37
2 changed files with 2 additions and 2 deletions
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
homepage = https://code.google.com/archive/p/libtiger/;
description = "A rendering library for Kate streams using Pango and Cairo";
platforms = lib.platforms.unix;
maintainers = with lib; [ matthewbauer ];
maintainers = with lib.maintainers; [ matthewbauer ];
};
}