sourcegit: added missing link category entry 'Development'

This commit is contained in:
DocBrown101
2025-11-16 10:47:12 +01:00
parent 5aeecbfbdd
commit bb9d705d23
+1
View File
@@ -80,6 +80,7 @@ buildDotnetModule (finalAttrs: {
exec = "SourceGit";
icon = "SourceGit";
desktopName = "SourceGit";
categories = [ "Development" ];
terminal = false;
comment = finalAttrs.meta.description;
})