summary refs log tree commit diff
path: root/pkgs/applications/video/dvdauthor/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/dvdauthor/default.nix')
-rw-r--r--pkgs/applications/video/dvdauthor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/dvdauthor/default.nix b/pkgs/applications/video/dvdauthor/default.nix
index 03ccb2664fceb..1711503314ecd 100644
--- a/pkgs/applications/video/dvdauthor/default.nix
+++ b/pkgs/applications/video/dvdauthor/default.nix
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec{
   meta = with stdenv.lib; {
     description = "Tools for generating DVD files to be played on standalone DVD players";
     homepage = http://dvdauthor.sourceforge.net/;
-    license = with licenses; gpl2;
+    license = licenses.gpl2;
   };
 }