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
This commit is contained in:
Marek Fajkus 2022-08-30 22:47:20 +02:00
parent 92d6352d49
commit 463229292d
No known key found for this signature in database
GPG Key ID: 95585219BA6FE2CC

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