xprintidle-ng: fix meta.{homepage,license}

This commit is contained in:
Anthony Roussel 2023-11-10 01:15:58 +01:00
parent 28b9e1a325
commit 17585610eb
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -63,8 +63,8 @@ stdenv.mkDerivation rec {
meta = {
inherit version;
description = "A command-line tool to print idle time from libXss";
homepage = "http://taktoa.me/xprintidle-ng/";
license = lib.licenses.gpl2;
homepage = "https://github.com/taktoa/xprintidle-ng";
license = lib.licenses.gpl2Only;
maintainers = [ lib.maintainers.raskin ];
platforms = lib.platforms.linux;
};