Without the fix build on ncurses-6.3 fails as:
screen.c:495:5: error: format not a string literal and no format arguments [-Werror=format-security]
495 | mvwprintw(tmpwin,2,3, msg);
| ^~~~~~~~~
While at it pulled fix for upstream gcc-10 and clang-12 which
default to -fno-common.
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances