sipcmd: add license

This commit is contained in:
schneefux 2018-10-07 19:02:01 +02:00
parent 59da235188
commit aba5390bc5
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/tmakkonen/sipcmd;
description = "The command line SIP/H.323/RTP softphone";
platforms = with stdenv.lib.platforms; linux;
license = stdenv.lib.licenses.gpl2;
};
}