summary refs log tree commit diff
path: root/pkgs/servers/sip/sipwitch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/sip/sipwitch/default.nix')
-rw-r--r--pkgs/servers/sip/sipwitch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/sip/sipwitch/default.nix b/pkgs/servers/sip/sipwitch/default.nix
index 90e71f5e47a..14cd91ee141 100644
--- a/pkgs/servers/sip/sipwitch/default.nix
+++ b/pkgs/servers/sip/sipwitch/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "Secure peer-to-peer VoIP server that uses the SIP protocol";
     homepage = http://www.gnu.org/software/sipwitch/;
-    license = "GPLv3+";
+    license = stdenv.lib.licenses.gpl3Plus;
     maintainers = with stdenv.lib.maintainers; [ viric ];
     platforms = with stdenv.lib.platforms; linux;
   };