Skip to content

Commit

Permalink
Apply name change
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Jun 15, 2022
1 parent 89607eb commit 4bd0783
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
defmodule NervesSystemRpi0.MixProject do
defmodule NervesSystemKeybow.MixProject do
use Mix.Project

@github_organization "nerves-project"
@app :nerves_system_rpi0
@github_organization "nerves-keyboard"
@app :nerves_system_keybow
@source_url "https://github.com/#{@github_organization}/#{@app}"
@version Path.join(__DIR__, "VERSION")
|> File.read!()
Expand Down

0 comments on commit 4bd0783

Please sign in to comment.