dedup: capitalize description as described in the contribution guidelines

https://github.com/NixOS/nixpkgs/pull/62199#discussion_r288411450
This commit is contained in:
Maximilian Bosch 2019-05-30 10:02:26 +02:00
parent 7d4bfcae9a
commit 63fd414b6e
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
checkTarget = "test";
meta = with stdenv.lib; {
description = "data deduplication program";
description = "Data deduplication program";
homepage = https://git.2f30.org/dedup/file/README.html;
license = with licenses; [ bsd0 isc ];
maintainers = with maintainers; [ dtzWill ];