various: cleanup of "inherit version;"

This commit is contained in:
Felix Buehler
2021-07-17 22:39:35 +02:00
parent 6d1494bc66
commit e023025ee0
62 changed files with 52 additions and 158 deletions
@@ -48,7 +48,6 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
inherit version;
homepage = "https://github.com/open-source-parsers/jsoncpp";
description = "A C++ library for interacting with JSON";
maintainers = with maintainers; [ ttuegel cpages ];