Commit 9859c235 authored by strawbee's avatar strawbee Committed by StillToad
Browse files

manuskript: add strawbee as maintainer

parent 4ac9e605
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ python3Packages.buildPythonApplication rec {
      characters live in.
    '';
    license = lib.licenses.gpl3;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ strawbee ];
    platforms = lib.platforms.unix;
    mainProgram = "manuskript";
  };