tcl/tk: 8.6.4 -> 8.6.6

This commit is contained in:
Rahul Gopinath
2016-07-28 16:19:08 -07:00
parent 381967327f
commit 0ba631d5bb
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -37,6 +37,6 @@ stdenv.mkDerivation {
homepage = http://www.tcl.tk/;
license = licenses.tcltk;
platforms = platforms.all;
maintainers = with maintainers; [ lovek323 wkennington ];
maintainers = with maintainers; [ lovek323 vrthra wkennington ];
};
}