sidproxd: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 18:37:19 +02:00
parent bd899f95ed
commit 60ad4b1594
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
description = "A masquerading SIP Proxy Server";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
license = stdenv.lib.licenses.gpl2Plus;
};
}