1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-01-13 15:27:37 +00:00

Revert "Fix description in Nix derivation"

This reverts commit 9365bf297c3e1a47d97dbc92e9f2df5aea590126.
This commit is contained in:
Sergiusz Bazanski 2018-07-14 18:50:42 +01:00
parent b0c05c7f75
commit 77878f5af7

View File

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