Fix description in Nix derivation
This commit is contained in:
parent
7db6817a0b
commit
9365bf297c
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user