uvccapture: remove dead homepage link
This commit is contained in:
parent
cd748ba94a
commit
13a97da2d4
@ -10,7 +10,7 @@ in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "uvccapture-0.5";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://debian/pool/main/u/uvccapture/uvccapture_0.5.orig.tar.gz";
|
||||
sha256 = "1b3akkcmr3brbf93akr8xi20w8zqf2g0qfq928500wy04qi6jqpi";
|
||||
@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Capture image from USB webcam at a specified interval";
|
||||
homepage = http://linux-uvc.berlios.de/;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
Loading…
Reference in New Issue
Block a user