arandr: remove domenkozar as maintainer

This commit is contained in:
Domen Kožar
2023-10-27 11:32:53 +01:00
committed by GitHub
parent b24f546ebd
commit 690ae1f887
+1 -1
View File
@@ -35,6 +35,6 @@ buildPythonApplication rec {
homepage = "https://christian.amsuess.com/tools/arandr/";
description = "A simple visual front end for XRandR";
license = licenses.gpl3;
maintainers = with maintainers; [ domenkozar gepbird ];
maintainers = with maintainers; [ gepbird ];
};
}