Merge pull request #28794 from afrepues/gmime-update-metadata

gmime: updated home and description
This commit is contained in:
Jörg Thalheim 2017-08-31 16:57:05 +01:00 committed by GitHub
commit 038302633e

View File

@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
homepage = http://spruce.sourceforge.net/gmime/;
description = "A C/C++ library for manipulating MIME messages";
homepage = https://github.com/jstedfast/gmime/;
description = "A C/C++ library for creating, editing and parsing MIME messages and structures";
maintainers = [ stdenv.lib.maintainers.chaoflow ];
platforms = stdenv.lib.platforms.unix;
};