From 7ed3635e84c3ebdf014ec0210d25b5d1d40b2893 Mon Sep 17 00:00:00 2001 From: Kyriet Date: Tue, 4 Jan 2022 21:13:31 +0100 Subject: [PATCH] Remove unavailable modules --- website/community/modules.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/community/modules.md b/website/community/modules.md index 658a2194..60e81f40 100644 --- a/website/community/modules.md +++ b/website/community/modules.md @@ -25,7 +25,7 @@ These add-on modules are available from other developers; follow the links for m ## Build System Modules -* [CMake](https://github.com/Geequlim/premake-modules/tree/master/cmake) : CMakeLists exporter for premake +* [CMake](https://github.com/Jarod42/premake-cmake) : CMakeLists exporter for premake * [Ninja](https://github.com/jimon/premake-ninja) : [Ninja](https://github.com/martine/ninja) support ## Tool Modules @@ -36,7 +36,6 @@ These add-on modules are available from other developers; follow the links for m * [Generate compile_commands.json](https://github.com/tarruda/premake-export-compile-commands) : Export clang compilation database * [GitHub Packages](https://github.com/mversluys/premake-ghp) : Consume libraries directly from GitHub releases * [Pkgconfig](https://github.com/tarruda/premake-pkgconfig) : Pure lua implementation of pkgconfig for premake -* [Pkgconfig](https://github.com/Geequlim/premake-modules/tree/master/pkgconfig) : pkg-config loader for premake * [Platform test](https://github.com/tarruda/premake-platform-test) : Perform platform checks in your premake configuration ## Library Modules