xprintidle-ng: fix meta.{homepage,license}
This commit is contained in:
parent
28b9e1a325
commit
17585610eb
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user