The source project of this merge request has been removed.
Rename start-librewolf.desktop to librewolf.desktop
So that it matches the executable name (/usr/bin/librewolf) and the filename used in the FAQ (librewolf.desktop)[1].
This also makes the filename consistent with the one used on other platforms (such as on Arch Linux[2]) and with what is used by Firefox (firefox.desktop).
Commands used to search and replace:
$ git grep -Flz start-librewolf.desktop | xargs -0 -I '{}' sh -c \
"printf '%s\n' \"\$(sed \
's/start-librewolf/librewolf/g' '{}')\" >'{}'"
[1] https://gitlab.com/librewolf-community/website/-/blob/1c5a673547be82af1a5d1a5e3ccff1bb52a0ea56/pages/docs/faq.md [2] https://gitlab.com/librewolf-community/browser/arch/-/blob/ecb7338cbee6511a083d4abc518a439944a7882e/librewolf.desktop