Commit 21ccd4ba authored by Linus Karl's avatar Linus Karl
Browse files

wooting-udev-rules: add returntoreality to maintainers

parent b325158b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ stdenv.mkDerivation rec {
    description = "udev rules that give NixOS permission to communicate with Wooting keyboards";
    platforms = platforms.linux;
    license = "unknown";
    maintainers = with maintainers; [ davidtwco ];
    maintainers = with maintainers; [
      davidtwco
      returntoreality
    ];
  };
}