about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-05 23:26:19 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2022-02-06 15:10:29 +0100
commit047ecd37d3149e3d1475c6aeb889997cc364ba51 (patch)
tree6a43186073dae8e9fbd50b00bce3191a846ecd28
parente4779a33aa71c8baed9a731495d4059ab8bf195f (diff)
dvgrab: update homepage
-rw-r--r--pkgs/tools/video/dvgrab/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/video/dvgrab/default.nix b/pkgs/tools/video/dvgrab/default.nix
index 9f4b8832f390f..c5bb05853bf95 100644
--- a/pkgs/tools/video/dvgrab/default.nix
+++ b/pkgs/tools/video/dvgrab/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
       AVI type 2, Quicktime DV, a series of JPEG stills or MPEG2-TS.
     '';
 
-    homepage = "http://kinodv.org/";
+    homepage = "https://github.com/ddennedy/dvgrab"; # Formerly http://www.kinodv.org/
 
     license = licenses.gpl2Plus;
     platforms = platforms.gnu ++ platforms.linux;