treewide: remove package names from prefix of descriptions
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user