We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
paveloom
1 parent cb570cf commit 105c745Copy full SHA for 105c745
pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -95,6 +95,6 @@ stdenv.mkDerivation rec {
95
changelog = "https://github.com/qbittorrent/qBittorrent/blob/release-${version}/Changelog";
96
license = licenses.gpl2Plus;
97
platforms = platforms.unix;
98
- maintainers = with maintainers; [ Anton-Latukha kashw2 paveloom ];
+ maintainers = with maintainers; [ Anton-Latukha kashw2 ];
99
};
100
}
0 commit comments