add self to utsushi

This commit is contained in:
Max Wilson
2020-11-18 12:00:31 -08:00
committed by Jonathan Ringer
parent ba4642eb6a
commit 713b47e815
+1 -1
View File
@@ -146,7 +146,7 @@ in stdenv.mkDerivation rec {
'';
homepage = "https://gitlab.com/utsushi/imagescan";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ wucke13 ];
maintainers = with maintainers; [ wucke13 maxwilson ];
platforms = platforms.linux;
};
}