aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2024-02-03 16:07:58 -0500
committerJoshua M. Boniface <joshua@boniface.me>2024-02-03 16:07:58 -0500
commite0fde25f1638880f12e716c2ba32b04392e52fec (patch)
tree64e8c87dc3ebd20048dbfd89a2e61eac0f3468c7 /.gitmodules
parentAdd initial commit of README explaining the repo (diff)
downloadjellyfin-packaging-e0fde25f1638880f12e716c2ba32b04392e52fec.tar.gz
jellyfin-packaging-e0fde25f1638880f12e716c2ba32b04392e52fec.tar.bz2
jellyfin-packaging-e0fde25f1638880f12e716c2ba32b04392e52fec.zip
Add submodules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..f5b3dff
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "jellyfin-server"]
+ path = jellyfin-server
+ url = https://github.com/jellyfin/jellyfin
+[submodule "jellyfin-web"]
+ path = jellyfin-web
+ url = https://github.com/jellyfin/jellyfin-web
bgstack15