aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergiusz Bazanski <q3k@q3k.org>2018-07-14 18:50:42 +0100
committerSergiusz Bazanski <q3k@q3k.org>2018-07-14 18:50:42 +0100
commit77878f5af7c3d1ca001ec610dbedda85ce9b9174 (patch)
tree948810538a07240ba5ef6e3977da19cc107c8a9d
parentb0c05c7f751cf68165849a8f28d389541456f956 (diff)
downloadnextpnr-77878f5af7c3d1ca001ec610dbedda85ce9b9174.tar.gz
nextpnr-77878f5af7c3d1ca001ec610dbedda85ce9b9174.tar.bz2
nextpnr-77878f5af7c3d1ca001ec610dbedda85ce9b9174.zip
Revert "Fix description in Nix derivation"
This reverts commit 9365bf297c3e1a47d97dbc92e9f2df5aea590126.
-rw-r--r--nextpnr.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nextpnr.nix b/nextpnr.nix
index bbd2c127..97097749 100644
--- a/nextpnr.nix
+++ b/nextpnr.nix
@@ -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;
};