fix: correct URLs to the project

This commit is contained in:
Martin Wimpress 2024-07-23 00:11:29 +01:00 committed by Martin Wimpress
commit 2774e28e91
5 changed files with 26 additions and 13 deletions

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Re-stream a video source to multiple destinations such as Twitch, YouTube, and Owncast.";
homepage = "https://github.com/wimpys-world/stream-sprout";
homepage = "https://github.com/wimpysworld/stream-sprout";
mainProgram = "stream-sprout";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ flexiondotorg ];