Fix homepage

This commit is contained in:
Dmitry Marakasov 2017-07-07 19:50:10 +03:00 committed by GitHub
parent ff5423cdca
commit 382285b34b

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
meta = {
description = "TCG Platform Trust Service (PTS)";
homepage = "ttp://sourceforge.jp/projects/openpts";
homepage = "http://sourceforge.jp/projects/openpts";
license = stdenv.lib.licenses.cpl10;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ tstrobel ];