chirp: add emantor as maintainer

Maintenance will mostly consist of bumping the package every 2-3 months.
This commit is contained in:
Rouven Czerwinski 2024-02-19 08:44:15 +01:00
parent 5863c27340
commit 01c21cbb7f

View File

@ -44,6 +44,7 @@ python3.pkgs.buildPythonApplication rec {
description = "A free, open-source tool for programming your amateur radio";
homepage = "https://chirp.danplanet.com/";
license = licenses.gpl3Plus;
maintainers = [ maintainers.emantor ];
platforms = platforms.linux;
};
}