aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-11-18 21:13:23 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-11-18 21:13:23 +0200
commitdcc4028c0ee49c543bc31bd3c1f75000e7819e6b (patch)
tree413ce000160d63a986fe08bbea45a146de892749 /gnu/packages
parent93b2ce1197d2dcda81b900a89545f8f6f00ac570 (diff)
downloadguix-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/packages')
-rw-r--r--gnu/packages/games.scm2
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
022-09-28add styling to buttons and file inputWojtek Kosior 2022-09-28add navigation bar to web UIWojtek Kosior 2022-09-28introduce package installation state enumWojtek Kosior 2022-09-28re-enable the functionality to load packages from ZIP fileWojtek Kosior 2022-09-28allow pulling packages from remote repositoryWojtek Kosior 2022-09-28allow adding, removing and altering repositories...Wojtek Kosior 2022-09-28make it possible to list all repositories in the web UIWojtek Kosior 2022-09-28remove unneeded oversimplified_state_impl.pyWojtek Kosior 2022-09-28bring Hydrilla server part back to a usable stateWojtek Kosior 2022-09-28allow loading packages from zip files through web UI and listing installed ma...Wojtek Kosior 2022-08-12make Haketilo proxy web UI in terms of a Flask appWojtek Kosior 2022-08-12fix REUSE complianceWojtek Kosior 2022-08-11serve a stub of meta-site for proxy configurationWojtek Kosior 2022-08-11move classes/protocols for representing HTTP requests and responses data into...Wojtek Kosior 2022-08-11clean up unused pieces of codeWojtek Kosior 2022-08-11populate data structures based on payloads data loaded from sqlite dbWojtek Kosior 2022-08-11save computed payloads into sqlite dbWojtek Kosior 2022-08-10small clean up for item definitions handling before dependency resolution hap...Wojtek Kosior 2022-08-10unfinished partial workWojtek Kosior 2022-07-16unfinished partial workWojtek Kosior 2022-05-31update to schema version 2 and hydrilla builder version 1.1-beta1Wojtek Kosior 2022-04-27make use of the 'help' parameter of click.command() decorator for localized h...v1.0Wojtek Kosior 2022-04-27fix/improve wsgi deploymentWojtek Kosior 2022-04-25support --help and --version options when running the sample wsgi script from...Wojtek Kosior 2022-04-19bugfix: prevent default function argument from being modified upon first callWojtek Kosior 2022-04-19add support for --version option; expose --version and --help over HTTPWojtek Kosior 2022-03-08don't include schema patch version number in generated instancesv1.0-beta2Wojtek Kosior 2022-03-07fix sending of JSON definition straight from disk fileWojtek Kosior 2022-03-01update schema versions to 1.0.1Wojtek Kosior 2022-02-24send /query responses with proper mimetypev1.0-beta1Wojtek Kosior 2022-02-24adapt to change in hydrilla.util.translation()Wojtek Kosior 2022-02-22use flask.send_file() in a way comptible with WSGI deploymentWojtek Kosior 2022-02-22support Flask 1.0Wojtek Kosior 2022-02-22change translation domain to 'hydrilla-messages'Wojtek Kosior