about summary refs log tree commit diff
path: root/pkgs/applications/networking/siproxd
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/siproxd')
-rw-r--r--pkgs/applications/networking/siproxd/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/siproxd/default.nix b/pkgs/applications/networking/siproxd/default.nix
index 14ed2587e6365..cd697f107b358 100644
--- a/pkgs/applications/networking/siproxd/default.nix
+++ b/pkgs/applications/networking/siproxd/default.nix
@@ -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;
   };
 }