Commit 3abfc161 authored by Frederik Rietdijk's avatar Frederik Rietdijk Committed by GitHub
Browse files

Merge pull request #27220 from AMDmi3/patch-1

Fix homepage
parents ff5423cd 382285b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];