From 477c5e6f358ebe8278b1df0a2044fa1b37024dbb Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Tue, 7 Sep 2021 16:11:24 -0500
Subject: [PATCH] Adjust utility category to network

---
 helpers/make-nextcloud-desktop | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helpers/make-nextcloud-desktop b/helpers/make-nextcloud-desktop
index 343f75b1..90697f09 100644
--- a/helpers/make-nextcloud-desktop
+++ b/helpers/make-nextcloud-desktop
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 EXTERNAL='deb-src http://ppa.launchpad.net/nextcloud-devs/client/ubuntu focal main'
 REPOKEY="60EE47FBAD3DD469"
 BACKPORT=true
@@ -26,6 +26,7 @@ BACKPORT=true
 
 #Force non-backports inkscape version
 sed -i "s|inkscape|inkscape (<= 0.93)|" debian/control
+sed -i "s|Utility|Network|" mirall.desktop.in
 
 changelog "Imported into Trisquel"
 
-- 
GitLab