Skip to content

Instantly share code, notes, and snippets.

@amalbuquerque
Created February 23, 2020 22:55
Show Gist options
  • Save amalbuquerque/a2d0f5e931d8026061729cea0220c719 to your computer and use it in GitHub Desktop.
Save amalbuquerque/a2d0f5e931d8026061729cea0220c719 to your computer and use it in GitHub Desktop.
diff --git a/mix.exs b/mix.exs
index f9be22c..0bac063 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
-defmodule NervesSystemRpi0.MixProject do
+defmodule MinefieldCustomNervesRpi0.MixProject do
use Mix.Project
- @app :nerves_system_rpi0
+ @app :minefield_custom_rpi0
@version Path.join(__DIR__, "VERSION")
|> File.read!()
|> String.trim()
@@ -34,9 +34,9 @@ defmodule NervesSystemRpi0.MixProject do
defp nerves_package do
[
type: :system,
- artifact_sites: [
- {:github_releases, "nerves-project/#{@app}"}
- ],
+ # artifact_sites: [
+ # {:github_releases, "nerves-project/#{@app}"}
+ # ],
build_runner_opts: build_runner_opts(),
platform: Nerves.System.BR,
platform_config: [
@@ -59,6 +59,7 @@ defmodule NervesSystemRpi0.MixProject do
defp description do
"""
Nerves System - Raspberry Pi Zero and Zero W
+ Minefield version
"""
end
@@ -66,7 +67,7 @@ defmodule NervesSystemRpi0.MixProject do
[
files: package_files(),
licenses: ["Apache 2.0"],
- links: %{"GitHub" => "https://github.com/nerves-project/#{@app}"}
+ links: %{"GitHub" => "https://github.com/amalbuquerque/minefield_custom_nerves_rpi0"}
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment