moolticute: add hughobrien as maintainer

This commit is contained in:
Hugh O'Brien 2023-02-06 22:48:13 -05:00
parent b61b079b88
commit 3ac97f85ff

View file

@ -40,7 +40,7 @@ mkDerivation rec {
''; '';
homepage = "https://github.com/mooltipass/moolticute"; homepage = "https://github.com/mooltipass/moolticute";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.kirikaza ]; maintainers = with maintainers; [ kirikaza hughobrien ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }