texmaker: add markuskowa as maintainer

This commit is contained in:
Markus Kowalewski
2019-02-09 20:48:39 +01:00
parent 64825dfd26
commit b08932ad6c

View File

@@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = http://www.xm1math.net/texmaker/;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ cfouche ];
maintainers = with maintainers; [ cfouche markuskowa ];
};
}