PulseAudio: Add maintainer and platform.

svn path=/nixpkgs/trunk/; revision=18926
This commit is contained in:
Ludovic Courtès 2009-12-13 21:14:45 +00:00
parent 8f31565c68
commit bc05fb3160

View file

@ -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;
};
}