about summary refs log tree commit diff
path: root/pkgs/applications/version-management/lab/default.nix
AgeCommit message (Collapse)AuthorFilesLines
11 daystreewide: remove unused with statements from maintainer listsJörg Thalheim1-1/+1
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
2024-07-17treewide: remove dtzWill as maintainer [orphans]Anderson Torres1-1/+1
Since theey is not active in a long span of time. All the packages in this commit are now orphan.
2024-04-24maintainers: drop marsamMario Rodas1-1/+1
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-09-13treewide: vendorSha256 → vendorHashFabián Heredia Montiel1-1/+1
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-07-23treewide: reduce packages I maintainerSandro Jäckel1-1/+1
2023-01-26Apply suggestions from code reviewSandro1-4/+2
2023-01-26lab: fix zsh completionralismark1-4/+6
2022-12-19treewide: remove git-and-tools directoryAndersonTorres1-0/+41
We do not use a "plugin system" for Git addons anymore, and therefore this directory is no longer useful. Indeed that directory is way more confusing, given that it includes more than mere Git addons, going from Bitbucket server command-line tools to complete rewrites of Git in exotic programming languages. Also, without this directory, the mental load of decision-making reduces a lot. When anyone is interested in including a new git-related tool, just put it into pkgs/applications/version-management, without apologies.