summary refs log tree commit diff
path: root/pkgs/tools/text/html-tidy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/html-tidy/default.nix')
-rw-r--r--pkgs/tools/text/html-tidy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/html-tidy/default.nix b/pkgs/tools/text/html-tidy/default.nix
index 25732afa8b1..f971eb7b866 100644
--- a/pkgs/tools/text/html-tidy/default.nix
+++ b/pkgs/tools/text/html-tidy/default.nix
@@ -2,7 +2,7 @@
 
 let date = "2009-07-04"; in
   stdenv.mkDerivation rec {
-    name = "html-tidy-${date}";
+    name = "html-tidy-20090704";
 
     # According to http://tidy.sourceforge.net/, there are no new
     # release tarballs, so one has to either get the code from CVS or