gedit: Fix updateScript attr-path

Missed in 6bbcd65c44
This commit is contained in:
Jan Tojnar 2023-07-08 22:15:27 +02:00
parent 33660f9e2d
commit 33fadac229

View File

@ -85,7 +85,6 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome.updateScript {
packageName = "gedit";
attrPath = "gnome.gedit";
};
};