summaryrefslogtreecommitdiffstats
path: root/pkgs/games/arx-libertatis
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-11-16 01:41:23 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2019-11-16 01:41:23 +0100
commit9367367dfd6e0373c04650e9893deed426d48aa2 (patch)
tree7ae2c2dbeeb145848e125d30d3195fcce7322aad /pkgs/games/arx-libertatis
parenta27a14da2a592402ecb89abc040700b2cf90d3c7 (diff)
Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs as reported by Repology
Diffstat (limited to 'pkgs/games/arx-libertatis')
-rw-r--r--pkgs/games/arx-libertatis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/arx-libertatis/default.nix b/pkgs/games/arx-libertatis/default.nix
index d3f18d4c2182..354787e0f074 100644
--- a/pkgs/games/arx-libertatis/default.nix
+++ b/pkgs/games/arx-libertatis/default.nix
@@ -47,14 +47,14 @@ stdenv.mkDerivation {
'' + optionalString withCrashReporter ''
wrapQtApp "$out/libexec/arxcrashreporter"
'';
-
+
meta = {
description = ''
A cross-platform, open source port of Arx Fatalis, a 2002
first-person role-playing game / dungeon crawler
developed by Arkane Studios.
'';
- homepage = http://arx-libertatis.org/;
+ homepage = https://arx-libertatis.org/;
license = licenses.gpl3;
maintainers = with maintainers; [ rnhmjoj ];
platforms = platforms.linux;