sqlitebrowser: list ma27 as the maintainer (from #43047)

This commit is contained in:
Orivej Desh 2018-07-05 10:11:19 +00:00
parent 5d3a2b946d
commit 136b947997

View File

@ -33,7 +33,7 @@ mkDerivation rec {
description = "DB Browser for SQLite"; description = "DB Browser for SQLite";
homepage = http://sqlitebrowser.org/; homepage = http://sqlitebrowser.org/;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ma27 ];
platforms = platforms.linux; # can only test on linux platforms = platforms.linux; # can only test on linux
}; };
} }