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:
parent
1dcfcefd35
commit
ddaa696a4e
|
@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://spruce.sourceforge.net/gmime/;
|
homepage = https://github.com/jstedfast/gmime/;
|
||||||
description = "A C/C++ library for manipulating MIME messages";
|
description = "A C/C++ library for creating, editing and parsing MIME messages and structures";
|
||||||
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue