From 60ad4b15945f1cc4437cc1764e1df10864a879e0 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sat, 4 Aug 2018 18:37:19 +0200 Subject: sidproxd: add license see issue #43716 --- pkgs/applications/networking/siproxd/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/networking/siproxd') 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; }; } -- cgit 1.4.1