File tree Expand file tree Collapse file tree 2 files changed +24
-9
lines changed
Expand file tree Collapse file tree 2 files changed +24
-9
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## v0.1.0
4+
5+ Initial release
Original file line number Diff line number Diff line change @@ -27,6 +27,25 @@ defmodule NervesTime.RTC.Abracon.MixProject do
2727 ]
2828 end
2929
30+ defp description do
31+ "NervesTime.RTC implementation for Abracon Real-time Clocks"
32+ end
33+
34+ defp package do
35+ % {
36+ files: [
37+ "lib" ,
38+ "test" ,
39+ "mix.exs" ,
40+ "README.md" ,
41+ "LICENSE" ,
42+ "CHANGELOG.md"
43+ ] ,
44+ licenses: [ "Apache-2.0" ] ,
45+ links: % { "GitHub" => @ source_url }
46+ }
47+ end
48+
3049 defp deps do
3150 [
3251 { :circuits_i2c , "~> 0.3.6" } ,
@@ -36,15 +55,6 @@ defmodule NervesTime.RTC.Abracon.MixProject do
3655 ]
3756 end
3857
39- def description , do: "NervesTime.RTC implementation for Abracon chips"
40-
41- def package do
42- [
43- licenses: [ "Apache-2.0" ] ,
44- links: % { "GitHub" => @ source_url }
45- ]
46- end
47-
4858 def docs do
4959 [
5060 extras: [ "README.md" ] ,
You can’t perform that action at this time.
0 commit comments