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
commit 421c86c31a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ];