snapper: add markuskowa as maintainer

This commit is contained in:
Markus Kowalewski
2019-02-09 20:49:35 +01:00
parent 89e7e12cd3
commit e9f64ad63e

View File

@@ -62,6 +62,6 @@ stdenv.mkDerivation rec {
homepage = http://snapper.io;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ tstrobel ];
maintainers = with maintainers; [ tstrobel markuskowa ];
};
}