diff options
-rw-r--r-- | nextpnr.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nextpnr.nix b/nextpnr.nix index bbd2c127..97097749 100644 --- a/nextpnr.nix +++ b/nextpnr.nix @@ -43,8 +43,8 @@ in enableParallelBuilding = true; meta = with stdenv.lib; { - description = "Next Generation Place-and-Route tool for FPGAs"; - homepage = "https://gitlab.com/symbioticeda/nextpnr"; + description = "A computer-aided design (CAD) tool from a parallel universe"; + homepage = "https://github.com/mkeeter/antimony"; license = licenses.bsd0; platforms = platforms.linux; }; |