gmic: remove myself as maintainer

This commit is contained in:
Robert Helgesson 2017-07-27 22:54:53 +02:00
parent 78815d0c51
commit fc75595236
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -37,7 +37,6 @@ stdenv.mkDerivation rec {
description = "G'MIC is an open and full-featured framework for image processing"; description = "G'MIC is an open and full-featured framework for image processing";
homepage = http://gmic.eu/; homepage = http://gmic.eu/;
license = licenses.cecill20; license = licenses.cecill20;
maintainers = [ maintainers.rycee ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }