aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerge Bazanski <serge@bazanski.pl>2018-07-13 22:05:27 +0100
committerSerge Bazanski <serge@bazanski.pl>2018-07-13 22:05:27 +0100
commit9365bf297c3e1a47d97dbc92e9f2df5aea590126 (patch)
treec4b940d49ec8afbd9c0f84d3404e22803a7b4358
parent7db6817a0b5afcf89e3c7eafc031a7eec59ee24e (diff)
downloadnextpnr-9365bf297c3e1a47d97dbc92e9f2df5aea590126.tar.gz
nextpnr-9365bf297c3e1a47d97dbc92e9f2df5aea590126.tar.bz2
nextpnr-9365bf297c3e1a47d97dbc92e9f2df5aea590126.zip
Fix description in Nix derivation
-rw-r--r--nextpnr.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nextpnr.nix b/nextpnr.nix
index 97097749..bbd2c127 100644
--- a/nextpnr.nix
+++ b/nextpnr.nix
@@ -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;
};