mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
tivodecode: add license
This commit is contained in:
parent
ffb5eca618
commit
2be3ed4062
@ -13,9 +13,10 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1pww5r2iygscqn20a1cz9xbfh18p84a6a5ifg4h5nvyn9b63k23q";
|
sha256 = "1pww5r2iygscqn20a1cz9xbfh18p84a6a5ifg4h5nvyn9b63k23q";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Converts a .TiVo file (produced by TiVoToGo) to a normal MPEG file";
|
description = "Converts a .TiVo file (produced by TiVoToGo) to a normal MPEG file";
|
||||||
homepage = http://tivodecode.sourceforge.net;
|
homepage = http://tivodecode.sourceforge.net;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user