summary refs log tree commit diff
path: root/pkgs/tools/text/html-tidy
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2013-06-09 05:41:44 +0300
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-06-09 05:41:44 +0300
commitdc54358ce9c8e63afd0f9f7c0703ebf4158d44ba (patch)
tree2d62efc8c7adee3bca12199b2871acc05a79c890 /pkgs/tools/text/html-tidy
parent8a7bd8b200061e1f928cd0d674e4ba4612daa864 (diff)
Change package versions to conform to nixpkgs conventions.
Diffstat (limited to 'pkgs/tools/text/html-tidy')
-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 25732afa8b123..f971eb7b86655 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