mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
dedup: capitalize description as described in the contribution guidelines
https://github.com/NixOS/nixpkgs/pull/62199#discussion_r288411450
This commit is contained in:
parent
7d4bfcae9a
commit
63fd414b6e
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user