Skip to content

Commit ac35504

Browse files
vcunatdezgeg
authored andcommittedNov 14, 2017
libbsd, libtiger: fix meta evaluation
I suppose we'll one day transition to forced automatic checks of some basic things before pushing/merging. (cherry picked from commit f80a55c)
1 parent d142f17 commit ac35504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pkgs/development/libraries/libbsd/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
2020
homepage = https://libbsd.freedesktop.org/;
2121
license = licenses.bsd3;
2222
platforms = platforms.linux ++ platforms.darwin;
23-
maintainers = with maintainer; [ matthewbauer ];
23+
maintainers = with maintainers; [ matthewbauer ];
2424
};
2525
}

‎pkgs/development/libraries/libtiger/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
1616
homepage = http://code.google.com/p/libtiger/;
1717
description = "A rendering library for Kate streams using Pango and Cairo";
1818
platforms = lib.platforms.unix;
19-
maintainers = with lib; [ matthewbauer ];
19+
maintainers = with lib.maintainers; [ matthewbauer ];
2020
};
2121
}

0 commit comments

Comments
 (0)
Please sign in to comment.