Unverified Commit 17585610 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

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

parent 28b9e1a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };