cli11: fix license and platforms
This commit is contained in:
parent
359ac19b17
commit
a8dbeb2601
@ -35,9 +35,9 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "CLI11 is a command line parser for C++11";
|
description = "CLI11 is a command line parser for C++11";
|
||||||
homepage = "https://github.com/CLIUtils/CLI11";
|
homepage = "https://github.com/CLIUtils/CLI11";
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ nand0p ];
|
maintainers = with maintainers; [ nand0p ];
|
||||||
license = licenses.unfreeRedistributable;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user