Unverified Commit f7e9cffe authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

gk-cli: remove me as a maintainer (#473935)

parents 5a49aa56 2b62f3f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://www.gitkraken.com";
    license = lib.licenses.unfree;
    sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
    maintainers = [ lib.maintainers.pinage404 ];
    maintainers = [ ];
    mainProgram = "gk";
    platforms = builtins.attrNames finalAttrs.passthru.sources;
  };