summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-09-02 08:39:30 +0200
committerGitHub <noreply@github.com>2018-09-02 08:39:30 +0200
commita3434cf4e5a7fc8677058f72858127fbf378ae02 (patch)
treeb2ea49f35f702236b90422fa49cb2cc00447b6ea /pkgs/applications/graphics
parent3e537206f0897b53bdebf1f6b64d9f6088b73d6d (diff)
parent31725ed5f1d84593b32b94a556f80769429ed05f (diff)
downloadnixpkgs-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar
nixpkgs-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar.gz
nixpkgs-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar.bz2
nixpkgs-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar.lz
nixpkgs-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar.xz
nixpkgs-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar.zst
nixpkgs-a3434cf4e5a7fc8677058f72858127fbf378ae02.zip
Merge pull request #45921 from markuskowa/homepages
Cleanup homepage links
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 fd17ef69c99..b1580d73b64 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 ];