Merge pull request #317029 from 0x5a4/maintain-wlinhibit

Add myself as wlinhibit maintainer
This commit is contained in:
Aleksana 2024-06-29 00:31:58 +08:00 committed by GitHub
commit 0fd7eea2c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -97,6 +97,12 @@
githubId = 9675338;
keys = [ { fingerprint = "F466 A548 AD3F C1F1 8C88 4576 8702 7528 B006 D66D"; } ];
};
_0x5a4 = {
email = "bej86nug@hhu.de";
name = "0x5a4";
github = "0x5a4";
githubId = 54070204;
};
_0xB10C = {
email = "nixpkgs@b10c.me";
name = "0xB10C";

View File

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