lol

Updating F3D URLs for F3D migration (#147173)

authored by

mwestphal and committed by
GitHub
7c4bbc7c 38116953

+1 -1
+1 -1
pkgs/applications/graphics/f3d/default.nix
··· 19 19 20 20 meta = with lib; { 21 21 description = "Fast and minimalist 3D viewer using VTK"; 22 - homepage = "https://kitware.github.io/F3D"; 22 + homepage = "https://f3d-app.github.io/f3d"; 23 23 license = licenses.bsd3; 24 24 maintainers = with maintainers; [ bcdarwin ]; 25 25 platforms = with platforms; unix;