gputils: add missing description

gstqt5
Christine Koppelt 2019-11-10 08:03:06 +01:00
parent 35ab77755b
commit a09f706715
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
homepage = https://gputils.sourceforge.io/;
homepage = "https://gputils.sourceforge.io";
description = "A collection of tools for the Microchip (TM) PIC microcontrollers. It includes gpasm, gplink, and gplib";
license = licenses.gpl2;
maintainers = with maintainers; [ yorickvp ];
platforms = platforms.linux;