lieer: add myself to maintainers

This commit is contained in:
Florian Klink 2020-05-23 14:34:56 +02:00
parent cd7f1f97a4
commit eaea983e41

View File

@ -28,6 +28,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://lieer.gaute.vetsj.com/"; homepage = "https://lieer.gaute.vetsj.com/";
repositories.git = "https://github.com/gauteh/lieer.git"; repositories.git = "https://github.com/gauteh/lieer.git";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ kaiha ]; maintainers = with maintainers; [ flokli kaiha ];
}; };
} }