wlinhibit: add 0x5a4 as maintainer

This commit is contained in:
0x5a4 2024-06-03 23:12:52 +02:00
parent f01dbb90e8
commit 1ec428d176
No known key found for this signature in database

View File

@ -19,7 +19,6 @@ stdenv.mkDerivation rec {
hash = "sha256-YQHJ9sLHSV8GJP7IpRzmtDbeB86y/a48mLcYy4iDciw="; hash = "sha256-YQHJ9sLHSV8GJP7IpRzmtDbeB86y/a48mLcYy4iDciw=";
}; };
buildInputs = [ buildInputs = [
wayland wayland
wayland-protocols wayland-protocols
@ -38,5 +37,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.mit; license = lib.licenses.mit;
homepage = "https://github.com/0x5a4/wlinhibit"; homepage = "https://github.com/0x5a4/wlinhibit";
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [_0x5a4];
}; };
} }