1{ lib }: 2 3{ 4 meta = with lib; { 5 description = "GNU sed, a batch stream editor"; 6 homepage = "https://www.gnu.org/software/sed"; 7 license = licenses.gpl3Plus; 8 teams = [ teams.minimal-bootstrap ]; 9 mainProgram = "sed"; 10 platforms = platforms.unix; 11 }; 12}