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

Merge pull request #307507 from cafkafk/adopt-orphans

treewide: adopt orphaned packages
parents 2a1372e7 9255c4d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/jsdw/git-backup";
    description = "A tool to help you backup your git repositories from services like GitHub";
    license = licenses.mit;
    maintainers = [ ];
    maintainers = with maintainers; [ cafkafk ];
    mainProgram = "git-backup";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/swsnr/git-gone";
    changelog = "https://github.com/swsnr/git-gone/raw/v${version}/CHANGELOG.md";
    license = licenses.asl20;
    maintainers = [ ];
    maintainers = with maintainers; [ cafkafk ];
    mainProgram = "git-gone";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/siedentop/git-quickfix";
    license = licenses.gpl3;
    platforms = platforms.all;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ cafkafk ];
    mainProgram = "git-quickfix";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ rustPlatform.buildRustPackage rec {
    description = "Automatically trims your branches whose tracking remote refs are merged or gone";
    homepage = "https://github.com/foriequal0/git-trim";
    license = licenses.mit;
    maintainers = [ ];
    maintainers = with maintainers; [ cafkafk ];
    mainProgram = "git-trim";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/ikatson/rqbit";
    changelog = "https://github.com/ikatson/rqbit/releases/tag/v${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ cafkafk ];
    mainProgram = "rqbit";
  };
}
Loading