Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a490fe3

Browse files
committed
Fix orga stuff
1 parent 984f4de commit a490fe3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 InVision Group
3+
Copyright (c) 2018 InVision Group
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ defmodule ExKonsument.Mixfile do
3030
defp package do
3131
[
3232
name: :exkonsument,
33-
files: ["lib", "mix.exs", "README*"],
34-
maintainers: ["Mario Mainz"],
33+
files: ["lib", "mix.exs", "README*", "LICENSE"],
34+
maintainers: ["Mario Mainz, Alexander Marold"],
3535
licenses: ["MIT"],
3636
links: %{"GitHub" => "https://github.com/ivx/exkonsument"}
3737
]

0 commit comments

Comments
 (0)