about summary refs log tree commit diff
path: root/pkgs/tools/video/untrunc-anthwlock
diff options
context:
space:
mode:
authorJussi Kuokkanen <jussi.kuokkanen@protonmail.com>2024-04-26 14:35:31 +0300
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-02 21:06:26 +0200
commitce3f5867754f15cafe53142b61f4335790036146 (patch)
treea3c6eebadd5e7437bdbb5d37087fc274cc93afe3 /pkgs/tools/video/untrunc-anthwlock
parent055ed44f4018d96aa14bffb56410b85069fa9315 (diff)
pkgs/tools: remove licenses.gpl2
Diffstat (limited to 'pkgs/tools/video/untrunc-anthwlock')
-rw-r--r--pkgs/tools/video/untrunc-anthwlock/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/video/untrunc-anthwlock/default.nix b/pkgs/tools/video/untrunc-anthwlock/default.nix
index 6ec52db7ebfde..a7fff1c44141a 100644
--- a/pkgs/tools/video/untrunc-anthwlock/default.nix
+++ b/pkgs/tools/video/untrunc-anthwlock/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation {
   meta = with lib; {
     description = "Restore a truncated mp4/mov (improved version of ponchio/untrunc)";
     homepage = "https://github.com/anthwlock/untrunc";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     platforms = platforms.all;
     maintainers = [ maintainers.romildo ];
   };