Commit 01c21cbb authored by Rouven Czerwinski's avatar Rouven Czerwinski
Browse files

chirp: add emantor as maintainer

Maintenance will mostly consist of bumping the package every 2-3 months.
parent 5863c273
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };
}