nickel: add felschr as maintainer

This commit is contained in:
Felix Schröter
2023-05-18 20:30:27 -03:00
committed by Anderson Torres
parent 1f2b2e4dbc
commit b2bcabde73
@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
'';
changelog = "https://github.com/tweag/nickel/blob/${version}/RELEASES.md";
license = licenses.mit;
maintainers = with maintainers; [ AndersonTorres ];
maintainers = with maintainers; [ AndersonTorres felschr ];
};
}