3
0
Fork 0
forked from mirrors/nixpkgs

aacskeys: add license

This commit is contained in:
Jörg Thalheim 2018-08-19 09:29:28 +01:00
parent af3e44722d
commit f120ee3c5d

View file

@ -38,9 +38,10 @@ stdenv.mkDerivation {
install -Dm444 ProcessingDeviceKeysSimple.txt $out/share/${baseName}
'';
meta = {
meta = with stdenv.lib; {
homepage = http://forum.doom9.org/showthread.php?t=123311;
description = "A library and program to retrieve decryption keys for HD discs";
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = licenses.publicDomain;
};
}