pageedit: rename from PageEdit
This commit is contained in:
parent
27e48d2c55
commit
2fb5a908e9
@ -771,6 +771,7 @@ mapAliases ({
|
||||
### P ###
|
||||
|
||||
packet-cli = metal-cli; # Added 2021-10-25
|
||||
PageEdit = pageedit; # Added 2024-01-21
|
||||
palemoon = throw "palemoon has been dropped due to python2 being EOL and marked insecure. Use 'palemoon-bin' instead"; # Added 2023-05-18
|
||||
paperless = paperless-ngx; # Added 2021-06-06
|
||||
paperless-ng = paperless-ngx; # Added 2022-04-11
|
||||
|
@ -11826,7 +11826,7 @@ with pkgs;
|
||||
|
||||
page = callPackage ../tools/misc/page { };
|
||||
|
||||
PageEdit = libsForQt5.callPackage ../applications/office/PageEdit { };
|
||||
pageedit = libsForQt5.callPackage ../applications/office/PageEdit { };
|
||||
|
||||
pagefind = libsForQt5.callPackage ../applications/misc/pagefind { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user