Assume maintainership of alsa-mixer

This commit is contained in:
Thomas Tuegel 2014-04-16 07:58:12 -05:00
parent d809a27859
commit 0b84d35175

View file

@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
description = "Bindings to the ALSA simple mixer API";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.linux;
maintainers = with self.stdenv.lib.maintainers; [ ttuegel ];
};
})