summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-01-22 12:51:51 +0100
committerPeter Simons <simons@cryp.to>2020-01-22 12:55:58 +0100
commitfa4416e9bf3410ed62a40a431404121673d013c7 (patch)
tree769d30c66f8d8fbcd844e4c3067786d812267494
parenta3f6eb3bf7859a0be647ae91127ea35360aacdee (diff)
downloadnixpkgs-fa4416e9bf3410ed62a40a431404121673d013c7.tar
nixpkgs-fa4416e9bf3410ed62a40a431404121673d013c7.tar.gz
nixpkgs-fa4416e9bf3410ed62a40a431404121673d013c7.tar.bz2
nixpkgs-fa4416e9bf3410ed62a40a431404121673d013c7.tar.lz
nixpkgs-fa4416e9bf3410ed62a40a431404121673d013c7.tar.xz
nixpkgs-fa4416e9bf3410ed62a40a431404121673d013c7.tar.zst
nixpkgs-fa4416e9bf3410ed62a40a431404121673d013c7.zip
obs-studio: use the official git repository
-rw-r--r--pkgs/applications/video/obs-studio/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/obs-studio/default.nix b/pkgs/applications/video/obs-studio/default.nix
index 0c103f997b2..380b3d49ca7 100644
--- a/pkgs/applications/video/obs-studio/default.nix
+++ b/pkgs/applications/video/obs-studio/default.nix
@@ -40,7 +40,7 @@ in mkDerivation rec {
   version = "24.0.6";
 
   src = fetchFromGitHub {
-    owner = "jp9000";
+    owner = "obsproject";
     repo = "obs-studio";
     rev = version;
     sha256 = "07grnab5v4fd4lw25adhnlifs5c5phc3rsz7h80m663nbszy7abh";