Skip to content

Commit

Permalink
libbsd, libtiger: fix meta evaluation
Browse files Browse the repository at this point in the history
I suppose we'll one day transition to forced automatic checks of some
basic things before pushing/merging.
  • Loading branch information
vcunat committed Nov 13, 2017
1 parent e04339d commit f80a55c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libbsd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
homepage = https://libbsd.freedesktop.org/;
license = licenses.bsd3;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainer; [ matthewbauer ];
maintainers = with maintainers; [ matthewbauer ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libtiger/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit f80a55c

Please sign in to comment.