Unverified Commit 1d831249 authored by Nicolas Goudry's avatar Nicolas Goudry
Browse files

gitkraken: remove scoped lib usage

parent 04db8541
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -80,13 +80,13 @@ let

  src = srcs.${stdenv.hostPlatform.system} or throwSystem;

  meta = with lib; {
  meta = {
    homepage = "https://www.gitkraken.com/git-client";
    description = "Simplifying Git for any OS";
    sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
    license = licenses.unfree;
    license = lib.licenses.unfree;
    platforms = builtins.attrNames srcs;
    maintainers = with maintainers; [
    maintainers = with lib.maintainers; [
      nicolas-goudry
      Rishik-Y
    ];