refactor: rfc formatting

This commit is contained in:
2024-04-03 23:12:53 +02:00
parent f06b3b1436
commit 16d3816918
34 changed files with 477 additions and 251 deletions

View File

@@ -1,4 +1,9 @@
{ stdenv, fetchFromGitHub, glibc, lib, }:
{
stdenv,
fetchFromGitHub,
glibc,
lib,
}:
stdenv.mkDerivation {
name = "lpc21isp";
src = fetchFromGitHub {
@@ -13,8 +18,7 @@ stdenv.mkDerivation {
cp lpc21isp $out/bin
'';
meta = with lib; {
description =
"Portable command line ISP for NXP LPC family and Analog Devices ADUC70xx";
description = "Portable command line ISP for NXP LPC family and Analog Devices ADUC70xx";
homepage = "https://github.com/capiman/lpc21isp";
license = licenses.lgpl3Plus;
maintainers = [ maintainers.theaninova ];