about summary refs log tree commit diff
path: root/pkgs/development/libraries/ccrtp/1.8.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/ccrtp/1.8.nix')
-rw-r--r--pkgs/development/libraries/ccrtp/1.8.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/ccrtp/1.8.nix b/pkgs/development/libraries/ccrtp/1.8.nix
index 78bf7a678ac7..5105bd298762 100644
--- a/pkgs/development/libraries/ccrtp/1.8.nix
+++ b/pkgs/development/libraries/ccrtp/1.8.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
   meta = {
     description = "GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF";
     homepage = "http://www.gnu.org/software/ccrtp/";
-    license = "GPLv2";
+    license = stdenv.lib.licenses.gpl2;
     maintainers = [ stdenv.lib.maintainers.marcweber ];
     platforms = stdenv.lib.platforms.linux;
   };