org: package renamed, org-contrib added

See 9811756e80
This commit is contained in:
László Vaskó
2021-07-27 15:23:38 +02:00
parent 8aa15e59b3
commit b9bfa3cedb
3 changed files with 36 additions and 9 deletions

View File

@@ -58,8 +58,10 @@
nose.flake = false;
ob-racket.url = "github:xchrishawk/ob-racket";
ob-racket.flake = false;
org-mode.url = "github:emacs-straight/org-mode";
org-mode.flake = false;
org-contrib.url = "git+https://git.sr.ht/~bzg/org-contrib";
org-contrib.flake = false;
org.url = "github:emacs-straight/org-mode";
org.flake = false;
org-yt.url = "github:TobiasZawada/org-yt";
org-yt.flake = false;
php-extras.url = "github:arnested/php-extras";