Unverified Commit 65191c69 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #302021 from CyberShadow/add-myself-as-maintainer

pkgs: add myself to maintainers for software I maintain
parents cf2086be e39ea8cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ in
      description = "ZNC module for client specific buffers";
      homepage = "https://github.com/CyberShadow/znc-clientbuffer";
      license = licenses.asl20;
      maintainers = with maintainers; [ hrdinka szlend ];
      maintainers = with maintainers; [ hrdinka szlend cybershadow ];
    };
  };

+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ multiStdenv.mkDerivation (finalAttrs: {
    homepage = "https://github.com/CyberShadow/hax11";
    description = "Hackbrary to Hook and Augment X11 protocol calls";
    license = with lib.licenses; [ mit ];
    maintainers = with lib.maintainers; [ AndersonTorres ];
    maintainers = with lib.maintainers; [ AndersonTorres cybershadow ];
    platforms = lib.platforms.linux;
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ buildDubPackage rec {
    changelog = "https://github.com/CyberShadow/btdu/releases/tag/${src.rev}";
    license = licenses.gpl2Only;
    platforms = platforms.linux;
    maintainers = with maintainers; [ atila ];
    maintainers = with maintainers; [ atila cybershadow ];
    mainProgram = "btdu";
  };
}