power-profiles-daemon: update homepage url (#342219)

This commit is contained in:
Fabián Heredia Montiel 2024-09-17 00:19:39 -06:00 committed by GitHub
commit 58c41ea50f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,7 +132,8 @@ stdenv.mkDerivation (finalAttrs: {
};
meta = with lib; {
homepage = "https://gitlab.freedesktop.org/hadess/power-profiles-daemon";
changelog = "https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/releases/${finalAttrs.version}";
homepage = "https://gitlab.freedesktop.org/upower/power-profiles-daemon";
description = "Makes user-selected power profiles handling available over D-Bus";
mainProgram = "powerprofilesctl";
platforms = platforms.linux;