diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-03-31T22·30+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-31T22·35+0000 |
commit | f2ca30774e20afc7134d91f2e24787510cf50e07 (patch) | |
tree | 05cb8cb5a4747026a130fbece18904611ababea4 /third_party/sources | |
parent | 73b1f0407bb224f82cca6ce1854a6080a6afecca (diff) |
chore(3p/sources): remove emacs overlay r/7838
Change-Id: I374912efcb45273d0a32daa3da4b68a9cad58afa Reviewed-on: https://cl.tvl.fyi/c/depot/+/11328 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'third_party/sources')
-rw-r--r-- | third_party/sources/sources.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/sources/sources.json b/third_party/sources/sources.json index ebc7dff492af..d66f31f7b18b 100644 --- a/third_party/sources/sources.json +++ b/third_party/sources/sources.json @@ -11,18 +11,6 @@ "url": "https://github.com/ryantm/agenix/archive/0.15.0.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, - "emacs-overlay": { - "branch": "master", - "description": "Bleeding edge emacs overlay [maintainer=@adisbladis] ", - "homepage": "", - "owner": "nix-community", - "repo": "emacs-overlay", - "rev": "15f5f7d5eb82b1d2e7a4f754b11480b91aea9e91", - "sha256": "14fzs2b0h2lsbygrla6bx0a1r8jf2q4y1rl226ia7kcl5sakgzi9", - "type": "tarball", - "url": "https://github.com/nix-community/emacs-overlay/archive/15f5f7d5eb82b1d2e7a4f754b11480b91aea9e91.tar.gz", - "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" - }, "home-manager": { "branch": "master", "description": "Manage a user environment using Nix [maintainer=@rycee] ", |