bchunk: add license

This commit is contained in:
Markus Kowalewski
2018-09-07 22:39:15 +02:00
parent 0f61edc465
commit f92f9a2b6f

View File

@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
homepage = http://he.fi/bchunk/;
description = "A program that converts CD images in BIN/CUE format into a set of ISO and CDR tracks";
platforms = platforms.unix;
license = licenses.gpl2;
};
}