This commit is contained in:
Peter Hoeg 2022-07-13 21:09:58 +08:00
parent b52679fe88
commit ed781ecbea

View file

@ -36,8 +36,9 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "keyd";
# license = licenses.gpl3;
description = "A key remapping daemon for linux.";
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.linux;
};
}