@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Library providing direct access to the IEEE 1394 bus through the Linux 1394 subsystem's raw1394 user space interface";
|
||||
homepage = "https://ieee1394.wiki.kernel.org/index.php/Libraries#libraw1394";
|
||||
license = ["GPL" "LGPL"];
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ wkennington ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user