maybe a stupid question and maybe already asked but I would like to know, how I can add a modified fork as new package to hex. Don't want to know how register with hex register and hex publish. Just want to know which changes I have to make.
I forked an original repo repo to my fork.
I changed the link from a string to json, to allow easy parsing in web clients and added a configuration, what was aksed for in an issue at github. Now I want to use my repo as a hex package, but have no idea, what I need to change in the mix.ex file and maybe other files. I want to keep the MIT stuff, but need to rename something to use it as hex package. Never created a hex package before. wanted to rename it as scrivener-headers-json, but as a java/chsarp developer which is used to use maven/nuget I have no idea. Maybe someone could help me a bit and could show me how I could change the needed stuff to make this lib work with hex as a new package, keeping the MIT from the creator and add my custom code.