raspberrypi-armstubs: don't use URI literals in meta

+1 -1
+1 -1
pkgs/os-specific/linux/firmware/raspberrypi/armstubs.nix
··· 43 43 44 44 meta = with lib; { 45 45 description = "Firmware related ARM stubs for the Raspberry Pi"; 46 - homepage = https://github.com/raspberrypi/tools; 46 + homepage = "https://github.com/raspberrypi/tools"; 47 47 license = licenses.bsd3; 48 48 platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ]; 49 49 maintainers = with maintainers; [ samueldr ];