treewide: http -> https (#42665)
This commit is contained in:
@@ -61,7 +61,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Advanced Power Management for Linux";
|
||||
homepage = http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html;
|
||||
homepage = https://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
license = licenses.gpl2Plus;
|
||||
|
||||
Reference in New Issue
Block a user