horizon-eda: clarify package license

Source: https://github.com/horizon-eda/horizon/blob/v2.5.0/org.horizon_eda.HorizonEDA.metainfo.xml#L6
This commit is contained in:
Juergen Fitschen 2023-10-18 23:23:59 +02:00
parent 1aecbe43ba
commit f203901b4f

View File

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
description = "A free EDA software to develop printed circuit boards";
homepage = "https://horizon-eda.org";
maintainers = with maintainers; [ guserav ];
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.linux;
};
}