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
|
# Note: Practically, the server is under the GPL due to the
|
||||||
# dependency on `libsamplerate'. See `LICENSE' for details.
|
# dependency on `libsamplerate'. See `LICENSE' for details.
|
||||||
licenses = "LGPLv2+";
|
licenses = "LGPLv2+";
|
||||||
|
|
||||||
|
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||||
|
platforms = stdenv.lib.platforms.gnu;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue