Skip to content

Commit

Permalink
Merge pull request #8 from NarrativeApp/feat/private-hex-package
Browse files Browse the repository at this point in the history
Feat/private hex package
  • Loading branch information
puzza007 authored Jan 15, 2025
2 parents b0c2bb2 + b547a89 commit 21d1829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ config :git_ops,
changelog_file: "CHANGELOG.md",
repository_url: "https://github.com/NarrativeApp/enquirer",
manage_mix_version?: true,
version_tag_prefix: "v"
version_tag_prefix: ""
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defmodule Enquirer.Mixfile do
[
maintainers: ["Martin Pretorius"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/glasnoster/enquirer"}
links: %{"GitHub" => "https://github.com/NarrativeApp/enquirer"}
]
end

Expand Down

0 comments on commit 21d1829

Please sign in to comment.