Assume maintainership of alsa-mixer
This commit is contained in:
parent
d809a27859
commit
0b84d35175
@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Bindings to the ALSA simple mixer API";
|
description = "Bindings to the ALSA simple mixer API";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.stdenv.lib.platforms.linux;
|
platforms = self.stdenv.lib.platforms.linux;
|
||||||
|
maintainers = with self.stdenv.lib.maintainers; [ ttuegel ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user