Fix description in Nix derivation
This commit is contained in:
parent
7db6817a0b
commit
9365bf297c
@ -43,8 +43,8 @@ in
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A computer-aided design (CAD) tool from a parallel universe";
|
description = "Next Generation Place-and-Route tool for FPGAs";
|
||||||
homepage = "https://github.com/mkeeter/antimony";
|
homepage = "https://gitlab.com/symbioticeda/nextpnr";
|
||||||
license = licenses.bsd0;
|
license = licenses.bsd0;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user