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:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user