premake: fix meta.homepage
This commit is contained in:
parent
0fcc2b59ff
commit
84ffe78949
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue