Fix homepage links (see #30636)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user