3
0
Fork 0
forked from mirrors/nixpkgs

gmime: updated home and description

GMime home has moved to Github as the list of commits clearly shows,
i.e.:

  b5cbc68a67

The description is updated as well to be closer to the one used there
and over at gnome.org.
This commit is contained in:
Servilio Afre Puentes 2017-08-31 10:37:00 -04:00
parent 1dcfcefd35
commit ddaa696a4e

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