treewide: remove package names from prefix of descriptions

This commit is contained in:
Ben Siraphob
2020-10-27 09:15:07 -07:00
committed by Jon
parent 7371c2cc9b
commit db74029e3e
139 changed files with 144 additions and 150 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "Jirafeau is a web site permitting to upload a file in a simple way and give an unique link to it";
description = "Website permitting upload of a file in a simple way and giving a unique link to it";
license = licenses.agpl3;
homepage = "https://gitlab.com/mojo42/Jirafeau";
platforms = platforms.all;
+1 -1
View File
@@ -67,7 +67,7 @@ with lib; gnustep.stdenv.mkDerivation rec {
'';
meta = {
description = "SOGo is a very fast and scalable modern collaboration suite (groupware)";
description = "A very fast and scalable modern collaboration suite (groupware)";
license = with licenses; [ gpl2 lgpl21 ];
homepage = "https://sogo.nu/";
platforms = platforms.linux;