summary refs log tree commit diff
path: root/pkgs/games/onscripter-en/default.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-10-15 16:54:47 +0300
committerNikolay Amiantov <ab@fmap.me>2015-10-15 17:07:38 +0300
commitfdebbd5fa68a0b19b1245dd851bf002d69798686 (patch)
tree928aab777cd50a235fadb63eee4fb1cf8e5e7336 /pkgs/games/onscripter-en/default.nix
parentf2ce7bb0a595f2bb49aa90a2266b433c16d5264a (diff)
downloadnixpkgs-fdebbd5fa68a0b19b1245dd851bf002d69798686.tar
nixpkgs-fdebbd5fa68a0b19b1245dd851bf002d69798686.tar.gz
nixpkgs-fdebbd5fa68a0b19b1245dd851bf002d69798686.tar.bz2
nixpkgs-fdebbd5fa68a0b19b1245dd851bf002d69798686.tar.lz
nixpkgs-fdebbd5fa68a0b19b1245dd851bf002d69798686.tar.xz
nixpkgs-fdebbd5fa68a0b19b1245dd851bf002d69798686.tar.zst
nixpkgs-fdebbd5fa68a0b19b1245dd851bf002d69798686.zip
onscripter-en: update homepage
Diffstat (limited to 'pkgs/games/onscripter-en/default.nix')
-rw-r--r--pkgs/games/onscripter-en/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/onscripter-en/default.nix b/pkgs/games/onscripter-en/default.nix
index 8e9f5a988bf..ab60041aa30 100644
--- a/pkgs/games/onscripter-en/default.nix
+++ b/pkgs/games/onscripter-en/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Japanese visual novel scripting engine";
-    homepage = "http://dev.haeleth.net/onscripter.shtml";
+    homepage = "http://unclemion.com/onscripter/";
     license = licenses.gpl2;
     platforms = platforms.unix;
     maintainers = with maintainers; [ abbradar ];