summary refs log tree commit diff
path: root/pkgs/applications/audio/whipper
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2018-10-21 23:40:33 +0200
committerRobert Helgesson <robert@rycee.net>2018-10-21 23:40:33 +0200
commitdafd3c4f48cb1281dbf921d7874e66ec7eb5ecce (patch)
tree3de6fab551994c46e8666f2e9e784fe0b838c9e9 /pkgs/applications/audio/whipper
parent720cec839bdab4fdc2e8389865d2395acf428b3e (diff)
downloadnixpkgs-dafd3c4f48cb1281dbf921d7874e66ec7eb5ecce.tar
nixpkgs-dafd3c4f48cb1281dbf921d7874e66ec7eb5ecce.tar.gz
nixpkgs-dafd3c4f48cb1281dbf921d7874e66ec7eb5ecce.tar.bz2
nixpkgs-dafd3c4f48cb1281dbf921d7874e66ec7eb5ecce.tar.lz
nixpkgs-dafd3c4f48cb1281dbf921d7874e66ec7eb5ecce.tar.xz
nixpkgs-dafd3c4f48cb1281dbf921d7874e66ec7eb5ecce.tar.zst
nixpkgs-dafd3c4f48cb1281dbf921d7874e66ec7eb5ecce.zip
whipper: update upstream source
Diffstat (limited to 'pkgs/applications/audio/whipper')
-rw-r--r--pkgs/applications/audio/whipper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/whipper/default.nix b/pkgs/applications/audio/whipper/default.nix
index 1097e7b8fd7..fa5845c260b 100644
--- a/pkgs/applications/audio/whipper/default.nix
+++ b/pkgs/applications/audio/whipper/default.nix
@@ -6,7 +6,7 @@ python2.pkgs.buildPythonApplication rec {
   version = "0.7.0";
 
   src = fetchFromGitHub {
-    owner = "JoeLametta";
+    owner = "whipper-team";
     repo = "whipper";
     rev = "v${version}";
     sha256 = "04m8s0s9dcnly9l6id8vv99n9kbjrjid79bss52ay9yvwng0frmj";
@@ -39,7 +39,7 @@ python2.pkgs.buildPythonApplication rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/JoeLametta/whipper;
+    homepage = https://github.com/whipper-team/whipper;
     description = "A CD ripper aiming for accuracy over speed";
     maintainers = with maintainers; [ rycee jgeerds ];
     license = licenses.gpl3Plus;