gwrap: switch maintainer from taktoa to vyp

(cherry picked from commit de9c86f81a)
This commit is contained in:
xd1le
2017-09-28 00:55:23 +10:00
committed by Robin Gloster
parent 37f1f9b40a
commit 3d9e5a1bc0

View File

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