summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/vobsub2srt
diff options
context:
space:
mode:
authorDomen Kozar <domen@dev.si>2014-03-07 17:34:54 +0100
committerDomen Kozar <domen@dev.si>2014-03-07 17:35:01 +0100
commitfcc6d2812625e0a4189b7988c9a58abf430f78a3 (patch)
tree55b1a3ec0d4632984c72a55e5f406141178f78e3 /pkgs/tools/cd-dvd/vobsub2srt
parentd690e2ef7ac804bccdee741f1959c1d73f680152 (diff)
downloadnixpkgs-fcc6d2812625e0a4189b7988c9a58abf430f78a3.tar
nixpkgs-fcc6d2812625e0a4189b7988c9a58abf430f78a3.tar.gz
nixpkgs-fcc6d2812625e0a4189b7988c9a58abf430f78a3.tar.bz2
nixpkgs-fcc6d2812625e0a4189b7988c9a58abf430f78a3.tar.lz
nixpkgs-fcc6d2812625e0a4189b7988c9a58abf430f78a3.tar.xz
nixpkgs-fcc6d2812625e0a4189b7988c9a58abf430f78a3.tar.zst
nixpkgs-fcc6d2812625e0a4189b7988c9a58abf430f78a3.zip
garden
Diffstat (limited to 'pkgs/tools/cd-dvd/vobsub2srt')
-rw-r--r--pkgs/tools/cd-dvd/vobsub2srt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/cd-dvd/vobsub2srt/default.nix b/pkgs/tools/cd-dvd/vobsub2srt/default.nix
index b0918bfb421..30ae07f9dbd 100644
--- a/pkgs/tools/cd-dvd/vobsub2srt/default.nix
+++ b/pkgs/tools/cd-dvd/vobsub2srt/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
   meta = {
     homepage = https://github.com/ruediger/VobSub2SRT;
     description = "Converts VobSub subtitles into SRT subtitles";
-    license = stdenv.lib.libraries.gpl3Plus;
+    license = stdenv.lib.licenses.gpl3Plus;
     platforms = stdenv.lib.platforms.unix;
     maintainers = [ stdenv.lib.maintainers.ttuegel ];
   };