rename repository and executable (#1641)

This commit is contained in:
Alessandro Ros 2023-04-01 19:52:06 +02:00 committed by GitHub
parent f5fd89d3b4
commit 053f2ec282
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
80 changed files with 240 additions and 248 deletions

View file

@ -4,7 +4,7 @@ package main
import (
"os"
"github.com/aler9/rtsp-simple-server/internal/core"
"github.com/aler9/mediamtx/internal/core"
)
func main() {