Unverified Commit a256aea2 authored by Benjamin Manuel's avatar Benjamin Manuel
Browse files

kanata: add bmanuel as a maintainer

parent 1562d11e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
    description = "A tool to improve keyboard comfort and usability with advanced customization";
    homepage = "https://github.com/jtroo/kanata";
    license = licenses.lgpl3Only;
    maintainers = with maintainers; [ linj ];
    maintainers = with maintainers; [ bmanuel linj ];
    platforms = platforms.unix;
    mainProgram = "kanata";
  };