To create your own ELPA, similar to this one, visit https://codeberg.org/tarsius/myelpa/wiki/.
This ELPA is maintained in this repository. For more information see its wiki.
To use MyElpa's snapshots channel add this to your
early-init.el.
(require 'package)
(add-to-list 'package-archives
'("myelpa-snapshots" . "https://tarsius.codeberg.page/myelpa/snapshots/"))
To use MyElpa's releases channel add this to your
early-init.el.
(require 'package)
(add-to-list 'package-archives
'("myelpa-releases" . "https://tarsius.codeberg.page/myelpa/releases/"))