about summary refs log tree commit diff
path: root/pkgs/games/1oom
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2024-04-26 07:29:00 +0200
committerjopejoe1 <johannes@joens.email>2024-04-26 15:02:06 +0200
commitb691e327f2529cba29ca5efb288ad4982d3c6313 (patch)
tree7b6085651ad576a43dc7bcd3a0551446b3183144 /pkgs/games/1oom
parent3387ffc9c0ad8b8e946a81bc290686c7334345d3 (diff)
_1oom: update homepage and description
Diffstat (limited to 'pkgs/games/1oom')
-rw-r--r--pkgs/games/1oom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/1oom/default.nix b/pkgs/games/1oom/default.nix
index a2a3aab9ccd23..487a08f752974 100644
--- a/pkgs/games/1oom/default.nix
+++ b/pkgs/games/1oom/default.nix
@@ -27,8 +27,8 @@ stdenv.mkDerivation rec {
   };
 
   meta = with lib; {
-    homepage = "https://kilgoretroutmaskreplicant.gitlab.io/plain-html/";
-    description = "Master of Orion (1993) game engine recreation";
+    homepage = "https://github.com/1oom-fork/1oom";
+    description = "Master of Orion (1993) game engine recreation; a more updated fork";
     license = licenses.gpl2Only;
     platforms = platforms.linux;
     maintainers = [ maintainers.AndersonTorres ];