sipcmd: add license
This commit is contained in:
parent
59da235188
commit
aba5390bc5
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue