summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-02 00:05:49 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-02 00:05:49 +0200
commit3cbd6c559e65f34d28c8ef3615da14fb5c273d9c (patch)
tree30ca64d2ae7b33a810e6eab6fa1dc3f16d46f377 /pkgs/applications/graphics
parentebc1854726dae815ba64397d8b100d077fcbf094 (diff)
downloadnixlib-3cbd6c559e65f34d28c8ef3615da14fb5c273d9c.tar
nixlib-3cbd6c559e65f34d28c8ef3615da14fb5c273d9c.tar.gz
nixlib-3cbd6c559e65f34d28c8ef3615da14fb5c273d9c.tar.bz2
nixlib-3cbd6c559e65f34d28c8ef3615da14fb5c273d9c.tar.lz
nixlib-3cbd6c559e65f34d28c8ef3615da14fb5c273d9c.tar.xz
nixlib-3cbd6c559e65f34d28c8ef3615da14fb5c273d9c.tar.zst
nixlib-3cbd6c559e65f34d28c8ef3615da14fb5c273d9c.zip
grafx2: update homepage
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/grafx2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/grafx2/default.nix b/pkgs/applications/graphics/grafx2/default.nix
index fd17ef69c992..b1580d73b641 100644
--- a/pkgs/applications/graphics/grafx2/default.nix
+++ b/pkgs/applications/graphics/grafx2/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "Bitmap paint program inspired by the Amiga programs Deluxe Paint and Brilliance";
-    homepage = http://code.google.co/p/grafx2/;
+    homepage = http://pulkomandy.tk/projects/GrafX2;
     license = stdenv.lib.licenses.gpl2;
     platforms = [ "x86_64-linux" "i686-linux" ];
     maintainers = [ stdenv.lib.maintainers.zoomulator ];