about summary refs log tree commit diff
path: root/pkgs/servers/samba
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2024-06-09 22:47:12 +0100
committerAlyssa Ross <hi@alyssa.is>2024-06-09 22:47:12 +0100
commit3df6bb2c85a5be3c573241584d554ea10ef34d74 (patch)
treecf6a8f6550657ce4f4dfe149e18fa6313827796c /pkgs/servers/samba
parent5aea0ef461f2dbe6a3fc8a580bccf9acdd193e7b (diff)
parentb603ee80fd636a98b7006b9a7ef771732027cd23 (diff)
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
Diffstat (limited to 'pkgs/servers/samba')
-rw-r--r--pkgs/servers/samba/4.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/samba/4.x.nix b/pkgs/servers/samba/4.x.nix
index ee37db169bbb4..4874f45d96241 100644
--- a/pkgs/servers/samba/4.x.nix
+++ b/pkgs/servers/samba/4.x.nix
@@ -255,7 +255,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   meta = with lib; {
     homepage = "https://www.samba.org";
-    description = "The standard Windows interoperability suite of programs for Linux and Unix";
+    description = "Standard Windows interoperability suite of programs for Linux and Unix";
     license = licenses.gpl3;
     platforms = platforms.unix;
     broken = enableGlusterFS;