Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-04-28 00:15:29 +00:00
committed by GitHub
33 changed files with 318 additions and 190 deletions
+1
View File
@@ -58,5 +58,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/phiresky/ripgrep-all";
license = with licenses; [ agpl3Plus ];
maintainers = with maintainers; [ zaninime ma27 ];
mainProgram = "rga";
};
}
+1
View File
@@ -51,5 +51,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/BurntSushi/ripgrep";
license = with licenses; [ unlicense /* or */ mit ];
maintainers = with maintainers; [ tailhook globin ma27 zowoq ];
mainProgram = "rg";
};
}