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:
parent
92d6352d49
commit
463229292d
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user