process-cpp: Add OPNA2608 to maintainers

This commit is contained in:
OPNA2608 2024-05-22 18:54:06 +02:00
parent 612b7cbb4b
commit 1bb62028c0

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
description = "A simple convenience library for handling processes in C++11";
homepage = "https://gitlab.com/ubports/development/core/lib-cpp/process-cpp";
license = with licenses; [ gpl3Only lgpl3Only ];
maintainers = with maintainers; [ onny ];
maintainers = with maintainers; [ onny OPNA2608 ];
platforms = platforms.linux;
};
}