anki: add myself as a maintainer

(Adding to the front of the list because it was I who added this expression to
nixpkgs in e00c03101f 7 years ago. :])
This commit is contained in:
Jan Malakhovski 2019-08-17 20:25:45 +00:00
parent 2326319b38
commit 1a11eb34a1

View file

@ -191,6 +191,6 @@ buildPythonApplication rec {
license = licenses.agpl3Plus;
broken = stdenv.hostPlatform.isAarch64;
platforms = platforms.mesaPlatforms;
maintainers = with maintainers; [ the-kenny Profpatsch enzime ];
maintainers = with maintainers; [ oxij the-kenny Profpatsch enzime ];
};
}