evhz: fix version, license

This commit is contained in:
coolcuber
2026-07-27 20:27:56 -04:00
parent fb9c9907f7
commit 7549d27f6a
+2 -2
View File
@@ -6,7 +6,7 @@
stdenv.mkDerivation {
pname = "evhz";
version = "unstable-2025-10-09";
version = "0-unstable-2025-10-09";
src = fetchFromSourcehut {
owner = "~iank";
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
meta = {
description = "Show mouse refresh rate under linux + evdev";
homepage = "https://git.sr.ht/~iank/evhz";
license = lib.licenses.gpl3;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ Tungsten842 ];
platforms = lib.platforms.linux;
mainProgram = "evhz";