railway: add techknowlogick as maintainer

This commit is contained in:
techknowlogick 2023-03-11 02:20:07 -05:00
parent fe890091ef
commit 0d5846492c

View File

@ -27,6 +27,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/railwayapp/cli";
changelog = "https://github.com/railwayapp/cli/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ Crafter ];
maintainers = with maintainers; [ Crafter techknowlogick ];
};
}