tinyalsa: adopt

This commit is contained in:
whoomee
2026-08-07 19:07:22 +02:00
parent 53e6f17d06
commit 5abd5b424b

View File

@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Tiny library to interface with ALSA in the Linux kernel";
license = lib.licenses.mit;
pkgConfigModules = [ "tinyalsa" ];
maintainers = [ ];
maintainers = with lib.maintainers; [ tmarkus ];
platforms = with lib.platforms; linux;
};
})