pkgs/development/libraries: Add missing descriptions and homepages

This commit is contained in:
Christine Koppelt
2019-11-17 09:43:55 +01:00
parent c1966522d7
commit 3aa0d776a1
14 changed files with 23 additions and 9 deletions
@@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with stdenv.lib; {
description = "Vorbis audio compression reference implementation";
homepage = https://xiph.org/vorbis/;
license = licenses.bsd3;
maintainers = [ maintainers.ehmry ];