Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 83c9af2

Browse files
committed
Merge branch 'leds' of github.com:nerves-project/nerves_io_led into leds
2 parents e2a7a2e + b668645 commit 83c9af2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mix.exs

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ defmodule Nerves.Leds.Mixfile do
99
version: @version,
1010
elixir: "~> 1.0",
1111
deps: deps(),
12-
name: "Nerves.Leds",
1312
description: "Functions to drive LEDs on embedded systems",
1413
package: package(),
14+
name: "Nerves.Leds",
15+
description: "Functions to drive LEDs on embedded systems",
1516
docs: [
1617
source_ref: "v#{@version}", main: "Nerves.Leds",
1718
source_url: "https://github.com/nerves-project/nerves_leds",

0 commit comments

Comments
 (0)