tcllib: update homepage

This commit is contained in:
Markus Kowalewski 2018-09-02 20:53:01 +02:00
parent 58d03b427f
commit 4a901e44db
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ tcl ];
meta = {
homepage = http://tcl.activestate.com/software/tcllib/;
homepage = https://sourceforge.net/projects/tcllib/;
description = "Tcl-only library of standard routines for Tcl";
license = stdenv.lib.licenses.tcltk;
platforms = stdenv.lib.platforms.unix;