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.

(cherry picked from commit f80a55c)
  • Loading branch information
vcunat authored and dezgeg committed Nov 14, 2017
1 parent d142f17 commit ac35504
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
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
Expand Up @@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
homepage = http://code.google.com/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 ac35504

Please sign in to comment.