Commit 8c7f54b8 authored by l1npengtul's avatar l1npengtul
Browse files

jackass: add maintainer l1npengtul

parent ac504840
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -52,7 +52,10 @@ stdenv.mkDerivation (finalAttrs: {
      applications. Set enableJackAssWine64 to true to enable this output.
    '';
    homepage = "https://github.com/falkTX/JackAss";
    maintainers = with lib.maintainers; [PowerUser64 ];
    maintainers = with lib.maintainers; [
      PowerUser64
      l1npengtul
    ];
    license = [ lib.licenses.mit ];
    platforms = lib.platforms.linux;
  };