about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormwestphal <mathieu.westphal@gmail.com>2021-11-25 09:12:34 +0100
committerGitHub <noreply@github.com>2021-11-25 03:12:34 -0500
commit7c4bbc7cd008fb3802e3b5ea44118ebfc013578d (patch)
treef20d0f657e59176f52167f220cd97c36a7fe5a79 /pkgs
parent38116953c2e19e3df828b9b6e2dc7d47a99b57ce (diff)
Updating F3D URLs for F3D migration (#147173)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/graphics/f3d/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/f3d/default.nix b/pkgs/applications/graphics/f3d/default.nix
index bcf707bcced61..d2313313dfa30 100644
--- a/pkgs/applications/graphics/f3d/default.nix
+++ b/pkgs/applications/graphics/f3d/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Fast and minimalist 3D viewer using VTK";
-    homepage = "https://kitware.github.io/F3D";
+    homepage = "https://f3d-app.github.io/f3d";
     license = licenses.bsd3;
     maintainers = with maintainers; [ bcdarwin ];
     platforms = with platforms; unix;