Commit d283c135 authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.qtile: add sigmanificient in maintainers

parent 5a9b28e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,6 +102,6 @@ buildPythonPackage rec {
    description = "A small, flexible, scriptable tiling window manager written in Python";
    mainProgram = "qtile";
    platforms = platforms.linux;
    maintainers = with maintainers; [ arjan-s ];
    maintainers = with maintainers; [ arjan-s sigmanificient ];
  };
}