about summary refs log tree commit diff
path: root/pkgs/applications/video/omxplayer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/omxplayer/default.nix')
-rw-r--r--pkgs/applications/video/omxplayer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/omxplayer/default.nix b/pkgs/applications/video/omxplayer/default.nix
index b3880067cac4b..811fb7a78dbfa 100644
--- a/pkgs/applications/video/omxplayer/default.nix
+++ b/pkgs/applications/video/omxplayer/default.nix
@@ -79,6 +79,6 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = https://github.com/huceke/omxplayer;
     description = "Commandline OMX player for the Raspberry Pi";
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
   };
 }