gedit: Fix updateScript attr-path

Missed in 6bbcd65c44
This commit is contained in:
Jan Tojnar
2023-07-08 23:30:54 +02:00
parent 33660f9e2d
commit 33fadac229
@@ -85,7 +85,6 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome.updateScript {
packageName = "gedit";
attrPath = "gnome.gedit";
};
};