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";
|
checkTarget = "test";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "data deduplication program";
|
description = "Data deduplication program";
|
||||||
homepage = https://git.2f30.org/dedup/file/README.html;
|
homepage = https://git.2f30.org/dedup/file/README.html;
|
||||||
license = with licenses; [ bsd0 isc ];
|
license = with licenses; [ bsd0 isc ];
|
||||||
maintainers = with maintainers; [ dtzWill ];
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user