premake: fix meta.homepage

This commit is contained in:
Ben Siraphob 2022-01-01 01:49:24 +07:00 committed by Jonathan Ringer
parent 0fcc2b59ff
commit 84ffe78949

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation {
setupHook = ./setup-hook.sh;
meta = with lib; {
homepage = "http://industriousone.com/premake";
homepage = "https://premake.github.io/";
description = "A simple build configuration and project generation tool using lua";
license = lib.licenses.bsd3;
platforms = platforms.unix;