acpitool: use sourceforge.net for project page

old url was broken
This commit is contained in:
Matthew Bauer 2017-08-17 15:01:11 -07:00
parent c210fc4458
commit ed180d21ea

View File

@ -43,7 +43,7 @@ in stdenv.mkDerivation rec {
meta = {
description = "A small, convenient command-line ACPI client with a lot of features";
homepage = http://freeunix.dyndns.org:8000/site2/acpitool.shtml;
homepage = https://sourceforge.net/projects/acpitool/;
license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.guibert ];
platforms = stdenv.lib.platforms.unix;