mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
PulseAudio: Add maintainer and platform.
svn path=/nixpkgs/trunk/; revision=18926
This commit is contained in:
parent
8f31565c68
commit
bc05fb3160
@ -53,5 +53,8 @@ stdenv.mkDerivation rec {
|
||||
# Note: Practically, the server is under the GPL due to the
|
||||
# dependency on `libsamplerate'. See `LICENSE' for details.
|
||||
licenses = "LGPLv2+";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
platforms = stdenv.lib.platforms.gnu;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user