about summary refs log tree commit diff
path: root/pkgs/applications/maui
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2024-02-27 19:04:07 -0800
committerRobert Schütz <nix@dotlambda.de>2024-02-27 19:06:14 -0800
commitd4c26061bd49f783c97df5c5b9942d1921ee60d5 (patch)
tree34a5939a271483777176bafd13bfbcfcbddf1f5b /pkgs/applications/maui
parent442dba6ba4ab103f76a48c7cef51e512f47249f2 (diff)
libsForQt5.mauiPackages: fix typo
Diffstat (limited to 'pkgs/applications/maui')
-rw-r--r--pkgs/applications/maui/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/maui/default.nix b/pkgs/applications/maui/default.nix
index b64a3d8455eb8..f0bd137399655 100644
--- a/pkgs/applications/maui/default.nix
+++ b/pkgs/applications/maui/default.nix
@@ -15,7 +15,7 @@ See also `pkgs/applications/kde` as this is what this is based on.
 # Updates
 
 1. Update the URL in `./fetch.sh`.
-2. Run `callPackage ./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/maui`
+2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/maui`
    from the top of the Nixpkgs tree.
 3. Use `nixpkgs-review wip` to check that everything builds.
 4. Commit the changes and open a pull request.