diff options
-rw-r--r-- | gnu/packages/gstreamer.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index e224d69c8b..e78cd6c422 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -222,7 +222,7 @@ module for the DMA capture of the video flow.") (description "CCExtractor is a tool that analyzes video files and produces independent subtitle files from the closed captions data. It is portable, small, and very fast.") - (home-page "https://www.ccextractor.org/") + (home-page "https://ccextractor.org/") (license license:gpl2+)))) (define-public libvisual |