From 9365bf297c3e1a47d97dbc92e9f2df5aea590126 Mon Sep 17 00:00:00 2001 From: Serge Bazanski Date: Fri, 13 Jul 2018 22:05:27 +0100 Subject: [PATCH] Fix description in Nix derivation --- nextpnr.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextpnr.nix b/nextpnr.nix index 97097749..bbd2c127 100644 --- a/nextpnr.nix +++ b/nextpnr.nix @@ -43,8 +43,8 @@ in enableParallelBuilding = true; meta = with stdenv.lib; { - description = "A computer-aided design (CAD) tool from a parallel universe"; - homepage = "https://github.com/mkeeter/antimony"; + description = "Next Generation Place-and-Route tool for FPGAs"; + homepage = "https://gitlab.com/symbioticeda/nextpnr"; license = licenses.bsd0; platforms = platforms.linux; };