This commit is contained in:
Peter Hoeg
2022-07-14 10:30:00 +08:00
parent b52679fe88
commit ed781ecbea
+3 -2
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;
};
}