Fix homepage links (see #30636)

This commit is contained in:
Pascal Wittmann
2017-11-11 17:36:48 +01:00
parent 2f34d20ab1
commit f63c21569f
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://oss.oetiker.ch/rrdtool/;
homepage = https://oss.oetiker.ch/rrdtool/;
description = "High performance logging in Round Robin Databases";
license = licenses.gpl2;
platforms = platforms.linux ++ platforms.darwin;