We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent d142f17 commit ac35504Copy full SHA for ac35504
pkgs/development/libraries/libbsd/default.nix
@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
20
homepage = https://libbsd.freedesktop.org/;
21
license = licenses.bsd3;
22
platforms = platforms.linux ++ platforms.darwin;
23
- maintainers = with maintainer; [ matthewbauer ];
+ maintainers = with maintainers; [ matthewbauer ];
24
};
25
}
pkgs/development/libraries/libtiger/default.nix
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
16
homepage = http://code.google.com/p/libtiger/;
17
description = "A rendering library for Kate streams using Pango and Cairo";
18
platforms = lib.platforms.unix;
19
- maintainers = with lib; [ matthewbauer ];
+ maintainers = with lib.maintainers; [ matthewbauer ];
0 commit comments