tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
dvgrab: update homepage
Renaud
4 years ago
047ecd37
e4779a33
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
video
dvgrab
default.nix
+1
-1
pkgs/tools/video/dvgrab/default.nix
···
32
32
AVI type 2, Quicktime DV, a series of JPEG stills or MPEG2-TS.
33
33
'';
34
34
35
35
-
homepage = "http://kinodv.org/";
35
35
+
homepage = "https://github.com/ddennedy/dvgrab"; # Formerly http://www.kinodv.org/
36
36
37
37
license = licenses.gpl2Plus;
38
38
platforms = platforms.gnu ++ platforms.linux;