python3Packages.stm32loader: remove changelog

the new release is neither tagged nor logged (changelog was removed)
This commit is contained in:
Acid Bong
2026-05-10 13:15:46 +03:00
parent 1497510690
commit 15d4545f1a
@@ -59,7 +59,6 @@ buildPythonPackage rec {
description = "Flash firmware to STM32 microcontrollers in Python";
mainProgram = "stm32loader";
homepage = "https://github.com/florisla/stm32loader";
changelog = "https://github.com/florisla/stm32loader/blob/v${version}/CHANGELOG.md";
license = lib.licenses.gpl3;
maintainers = [ ];
};