ghdl: fix meta

This commit is contained in:
éclairevoyant 2023-09-23 04:37:51 -04:00 committed by Bjørn Forsman
parent bcc3d036eb
commit 183b2f9f02

View File

@ -61,11 +61,12 @@ stdenv.mkDerivation rec {
};
};
meta = with lib; {
meta = {
homepage = "https://github.com/ghdl/ghdl";
description = "VHDL 2008/93/87 simulator";
maintainers = with maintainers; [ lucus16 thoughtpolice ];
platforms = platforms.linux;
license = licenses.gpl2;
license = lib.licenses.gpl2Plus;
mainProgram = "ghdl";
maintainers = with lib.maintainers; [ eclairevoyant lucus16 thoughtpolice ];
platforms = lib.platforms.linux;
};
}