gwrap: switch maintainer from taktoa to vyp

This commit is contained in:
xd1le
2017-09-28 14:51:41 +02:00
committed by Robin Gloster
parent 468626ce86
commit de9c86f81a
@@ -29,7 +29,7 @@ in stdenv.mkDerivation {
'';
homepage = "http://www.nongnu.org/g-wrap/";
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ taktoa ];
maintainers = with maintainers; [ vyp ];
platforms = platforms.linux;
};
}