Unverified Commit 4f5fe642 authored by Acid Bong's avatar Acid Bong
Browse files

arandr: the license is GPL-3.0-or-later

parent 35b537a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ buildPythonApplication rec {
    changelog = "https://gitlab.com/arandr/arandr/-/blob/${src.tag}/ChangeLog";
    description = "Simple visual front end for XRandR";
    homepage = "https://christian.amsuess.com/tools/arandr/";
    license = lib.licenses.gpl3;
    license = lib.licenses.gpl3Plus;
    mainProgram = "arandr";
    maintainers = with lib.maintainers; [
      gepbird