Commit c779e243 authored by wucke13's avatar wucke13 Committed by Wanja Zaeske
Browse files

imsprog: update description



The author of the software kindly asked me to update the description.
The new description does a better job at capturing the tool's
capabilities.

Co-authored-by: default avatarHythera <87016780+Hythera@users.noreply.github.com>
Signed-off-by: default avatarwucke13 <wucke13+github@gmail.com>
parent 7d5a1d92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {

  meta = {
    changelog = "https://github.com/bigbigmdm/IMSProg/releases/tag/v${finalAttrs.version}";
    description = "Free I2C EEPROM programmer tool for CH341A device";
    description = "Free I2C, MicroWire and SPI EEPROM/Flash chip programmer tool for CH341A device";
    homepage = "https://github.com/bigbigmdm/IMSProg";
    license = with lib.licenses; [
      gpl3Plus