···30 meta = with stdenv.lib; {
31 homepage = https://github.com/jamielinux/bashmount;
32 description = "A menu-driven bash script for the management of removable media with udisks";
33- maintainers = maintainers.koral;
34 platforms = platforms.all;
35 };
36}
···30 meta = with stdenv.lib; {
31 homepage = https://github.com/jamielinux/bashmount;
32 description = "A menu-driven bash script for the management of removable media with udisks";
33+ maintainers = [ maintainers.koral ];
34 platforms = platforms.all;
35 };
36}
+1-1
pkgs/tools/misc/binwalk/default.nix
···27 homepage = "http://binwalk.org";
28 description = "A tool for searching a given binary image for embedded files";
29 platforms = platforms.all;
30- maintainers = maintainers.koral;
31 };
32}
···27 homepage = "http://binwalk.org";
28 description = "A tool for searching a given binary image for embedded files";
29 platforms = platforms.all;
30+ maintainers = [ maintainers.koral ];
31 };
32}