shotcut: add myself as maintainer

This commit is contained in:
Frank Doepper 2018-04-26 21:42:22 +02:00
parent 489b0a5f47
commit c12caf34d2

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://shotcut.org;
license = licenses.gpl3;
maintainers = [ maintainers.goibhniu ];
maintainers = with maintainers; [ goibhniu woffs ];
platforms = platforms.linux;
};
}