friture: add myself as maintainer

This commit is contained in:
alyaeanyx
2021-09-30 15:07:55 +02:00
committed by Raphael Megzari
parent ac0269c379
commit 3b9943f477
+1 -1
View File
@@ -53,6 +53,6 @@ in py.buildPythonApplication rec {
homepage = "https://friture.org/";
license = licenses.gpl3;
platforms = platforms.linux; # fails on Darwin
maintainers = [ maintainers.laikq ];
maintainers = with maintainers; [ laikq alyaeanyx ];
};
}