diff --git a/flake.lock b/flake.lock index 5cb6c5a..a2addf6 100644 --- a/flake.lock +++ b/flake.lock @@ -243,17 +243,17 @@ "org-contrib": { "flake": false, "locked": { - "lastModified": 1654411077, - "narHash": "sha256-ywXAI+s+D701PvuDEQljDmFWrTPymqustSYVyf3NYRk=", - "ref": "refs/heads/master", - "rev": "c6aef31ccfc7c4418c3b51e98f7c3bd8e255f5e6", - "revCount": 2622, - "type": "git", - "url": "https://git.sr.ht/~bzg/org-contrib" + "lastModified": 1652646857, + "narHash": "sha256-IWIShWyVnbwXqGLQaDNvJ0KoepxhIrXWTjPyGPEkQ14=", + "owner": "emacsmirror", + "repo": "org-contrib", + "rev": "c1e0980fd7a57ca2042fd78acfb1dfb5c3bc03fa", + "type": "github" }, "original": { - "type": "git", - "url": "https://git.sr.ht/~bzg/org-contrib" + "owner": "emacsmirror", + "repo": "org-contrib", + "type": "github" } }, "org-yt": { diff --git a/flake.nix b/flake.nix index 5aacaea..45ebb34 100644 --- a/flake.nix +++ b/flake.nix @@ -58,7 +58,7 @@ nose.flake = false; ob-racket.url = "github:xchrishawk/ob-racket"; ob-racket.flake = false; - org-contrib.url = "git+https://git.sr.ht/~bzg/org-contrib"; + org-contrib.url = "github:emacsmirror/org-contrib"; org-contrib.flake = false; org.url = "github:emacs-straight/org-mode"; org.flake = false;