Skip to content

Commit

Permalink
fix mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Oct 15, 2023
1 parent 0ebbffd commit ecb5b21
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ defmodule DockerEngineAPI.Mixfile do
The Engine API is an HTTP API served by Docker Engine. It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API. Most of the client's commands map directly to API endpoints (e.g. `docker ps` is `GET /containers/json`). The notable exception is running containers, which consists of several API calls. See README for more.
""",
deps: deps(),
package: [
links: %{"GitHub" => @source_url},
licenses: ["MIT"]
]
links: %{"GitHub" => @source_url},
licenses: ["MIT"]
]
end

Expand Down

0 comments on commit ecb5b21

Please sign in to comment.