elmPackages.lamdera: homepage from URL literal to string

reported by @ajs124
> this breaks nixpkgs.tarball on unstable-small, because of the url literal

This should address the issue

+1 -1
+1 -1
pkgs/development/compilers/elm/packages/lamdera.nix
··· 31 ''; 32 33 meta = with lib; { 34 - homepage = https://lamdera.com; 35 license = licenses.unfree; 36 description = "A delightful platform for full-stack web apps"; 37 platforms = [ "x86_64-linux" ];
··· 31 ''; 32 33 meta = with lib; { 34 + homepage = "https://lamdera.com"; 35 license = licenses.unfree; 36 description = "A delightful platform for full-stack web apps"; 37 platforms = [ "x86_64-linux" ];