smartgithg: fix description, add long description

Mercurial and SVN are not supported since a couple of versions
This commit is contained in:
Thomas Singer
2025-03-05 09:59:03 +01:00
parent f122272670
commit 2add8a032e
+5 -1
View File
@@ -101,7 +101,11 @@ stdenv.mkDerivation (finalAttrs: {
};
meta = {
description = "GUI for Git, Mercurial, Subversion";
description = "Git GUI client";
longDescription = ''
SmartGit is a multi-platform Git GUI client, free to use for active Open Source developers and users from academic institutions.
Command line Git is required.
'';
homepage = "https://www.syntevo.com/smartgit/";
changelog = "https://www.syntevo.com/smartgit/changelog.txt";
license = lib.licenses.unfree;