about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-07-01 16:35:01 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-07-01 16:35:39 -0400
commiteb9eef12fc686f25fc559d7df2fa717b0f834eb0 (patch)
tree42e4cbff3af1760a39842efbb0b2d47045fe9506 /pkgs/applications/video
parent1e5237bce824a4d4852aa6eeaa5f35b4169b2200 (diff)
Revert "clipgrab: add comment about backporting"
This reverts commit f449ef7e0bbd6e8f1e8f0570d862d577184e306e.
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/clipgrab/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/video/clipgrab/default.nix b/pkgs/applications/video/clipgrab/default.nix
index 974dbd83a0388..9b29e18d0bc46 100644
--- a/pkgs/applications/video/clipgrab/default.nix
+++ b/pkgs/applications/video/clipgrab/default.nix
@@ -5,9 +5,6 @@
 
 stdenv.mkDerivation rec {
   name = "clipgrab-${version}";
-  # The websites clipgrab deals with are a very moving target. That means that
-  # downloads break constantly. Because of that, updates should always be backported
-  # to the latest stable release.
   version = "3.8.3";
 
   src = fetchurl {