sourcegit: added missing link category entry 'Development' (#462178)

This commit is contained in:
Toma
2026-01-13 12:40:49 +00:00
committed by GitHub
+1
View File
@@ -80,6 +80,7 @@ buildDotnetModule (finalAttrs: {
exec = "SourceGit";
icon = "SourceGit";
desktopName = "SourceGit";
categories = [ "Development" ];
terminal = false;
comment = finalAttrs.meta.description;
})