lol

scrot: add license

see issue #43716

+1
+1
pkgs/tools/graphics/scrot/default.nix
··· 27 27 description = "A command-line screen capture utility"; 28 28 platforms = platforms.linux; 29 29 maintainers = with maintainers; [ garbas ]; 30 + license = licenses.mit; 30 31 }; 31 32 }