diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-11-18 21:13:23 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-11-18 21:13:23 +0200 |
commit | dcc4028c0ee49c543bc31bd3c1f75000e7819e6b (patch) | |
tree | 413ce000160d63a986fe08bbea45a146de892749 /gnu | |
parent | 93b2ce1197d2dcda81b900a89545f8f6f00ac570 (diff) | |
download | guix-dcc4028c0ee49c543bc31bd3c1f75000e7819e6b.tar.gz guix-dcc4028c0ee49c543bc31bd3c1f75000e7819e6b.zip |
gnu: irrlicht: Update home-page.
* gnu/packages/games.scm (irrlicht)[home-page]: Update to new home-page.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8f80772f1e..395b108ef4 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3596,7 +3596,7 @@ are primarily in English, however some in other languages are provided.") C++. Features include an OpenGL renderer, extensible materials, scene graph management, character animation, particle and other special effects, support for common mesh file formats, and collision detection.") - (home-page "http://irrlicht.sourceforge.net/") + (home-page "https://irrlicht.sourceforge.io/") (license license:zlib))) (define-public mars |