mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-25 20:01:22 +00:00
Revert "Fix description in Nix derivation"
This reverts commit 9365bf297c.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user