treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -27,7 +27,7 @@ in stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A simple HTTP server for quickly sharing files.";
|
||||
description = "A simple HTTP server for quickly sharing files";
|
||||
homepage = "https://xyne.archlinux.ca/projects/quickserve/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ lassulus ];
|
||||
|
||||
Reference in New Issue
Block a user