diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:39:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-10 22:23:11 +0100 |
commit | e4c60dcfb2cbd3988a0c31e68004a91c0d09210d (patch) | |
tree | e224e9df69e5c140711c19ddba46930f6d7580ea /gnu | |
parent | 6048241f10210c79925ca40b75c8697d2b2a5848 (diff) | |
download | guix-e4c60dcfb2cbd3988a0c31e68004a91c0d09210d.tar guix-e4c60dcfb2cbd3988a0c31e68004a91c0d09210d.tar.gz |
gnu: tlp: Use HTTPS home page.
* gnu/packages/linux.scm (tlp)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 489cd55e6e..b6048a8cfb 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5420,7 +5420,7 @@ interface in sysfs, which can be accomplished with the included udev rules.") "wireless-tools")))))) bin-files) #t)))))) - (home-page "http://linrunner.de/en/tlp/tlp.html") + (home-page "https://linrunner.de/en/tlp/tlp.html") (synopsis "Power management tool for Linux") (description "TLP is a power management tool for Linux. It comes with a default configuration already optimized for battery life. Nevertheless, |