cvs-fast-export: rename from cvs_fast_export

cvs-fast-export is the canonical name of the software that users would
expect the package to be called in Nixpkgs.
This commit is contained in:
Alyssa Ross 2021-06-10 12:57:49 +00:00
parent 9a58127bda
commit d5564db46a
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0
2 changed files with 2 additions and 1 deletions

View file

@ -158,6 +158,7 @@ mapAliases ({
cups-googlecloudprint = throw "Google Cloudprint is officially discontinued since Jan 2021, more info https://support.google.com/chrome/a/answer/9633006";
cquery = throw "cquery has been removed because it is abandoned by upstream. Consider switching to clangd or ccls instead."; # added 2020-06-15
cv = progress; # added 2015-09-06
cvs_fast_export = cvs-fast-export; # added 2021-06-10
d1x_rebirth = dxx-rebirth; # added 2018-04-25
d2x_rebirth = dxx-rebirth; # added 2018-04-25
dart_dev = throw "Non-stable versions of Dart have been removed."; # added 2020-01-15

View file

@ -3939,7 +3939,7 @@ in
cwebbin = callPackage ../development/tools/misc/cwebbin { };
cvs_fast_export = callPackage ../applications/version-management/cvs-fast-export { };
cvs-fast-export = callPackage ../applications/version-management/cvs-fast-export { };
dadadodo = callPackage ../tools/text/dadadodo { };