shntool metadata: license, maintainer, platform
This commit is contained in:
parent
94a3a5e00a
commit
4a9c724377
@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "multi-purpose WAVE data processing and reporting utility";
|
description = "multi-purpose WAVE data processing and reporting utility";
|
||||||
homepage = http://www.etree.org/shnutils/shntool/;
|
homepage = http://www.etree.org/shnutils/shntool/;
|
||||||
license = "GPLv2+";
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = stdenv.lib.platforms.all
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ jcumming ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user