Fix description in Nix derivation

This commit is contained in:
Serge Bazanski 2018-07-13 22:05:27 +01:00
parent 7db6817a0b
commit 9365bf297c

View File

@ -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;
};