Merge pull request #189019 from turboMaCk/fix-lamdera

elmPackages.lamdera: homepage from URL literal to string
This commit is contained in:
Marek Fajkus
2022-08-30 22:54:31 +02:00
committed by GitHub
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = https://lamdera.com;
homepage = "https://lamdera.com";
license = licenses.unfree;
description = "A delightful platform for full-stack web apps";
platforms = [ "x86_64-linux" ];