mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
zpaqd: fix typo...
This commit is contained in:
parent
4ae6598c0b
commit
3b065f0215
@ -45,7 +45,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit (s) version;
|
inherit (s) version;
|
||||||
description = "ZPAQ archive decompressor and algorithm development tool";
|
description = "ZPAQ archive (de)compressor and algorithm development tool";
|
||||||
license = licenses.gpl3Plus ;
|
license = licenses.gpl3Plus ;
|
||||||
maintainers = with maintainers; [ raskin nckx ];
|
maintainers = with maintainers; [ raskin nckx ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user